From fd9289731c3b22b674bb4f3a98f22bc19df30775 Mon Sep 17 00:00:00 2001 From: Juergen Keil Date: Mon, 1 Oct 2001 09:57:28 +0000 Subject: Must quote '^', it's a bourne shell metacharacter CVS patchset: 713 CVS date: 2001/10/01 09:57:28 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 08a756319..186a45acc 100644 --- a/configure.in +++ b/configure.in @@ -659,7 +659,7 @@ case "`id`" in AC_MSG_RESULT(none - will be installed in $ACLOCAL_DIR) fi escapedprefix="`echo $prefix | sed -e 's/\\//\\\\\//g'`" - ACLOCAL_DIR="`echo $ACLOCAL_DIR|sed -e s/^$escapedprefix/'\${prefix}'/`" + ACLOCAL_DIR="`echo $ACLOCAL_DIR|sed -e 's/^'$escapedprefix/'\${prefix}'/`" AC_SUBST(ACLOCAL_DIR) ;; esac -- cgit v1.2.3