From: Ralf Wildenhues Date: Tue, 12 Apr 2005 17:29:33 +0000 (+0000) Subject: * libtool.m4 (AC_LIBTOOL_SETUP, AC_LIBTOOL_CONFIG): Fix X-Git-Tag: release-1-5-16~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab1cde2cfd218661f75a952a87fb980310a50332;p=thirdparty%2Flibtool.git * libtool.m4 (AC_LIBTOOL_SETUP, AC_LIBTOOL_CONFIG): Fix definition of $Xsed. --- diff --git a/ChangeLog b/ChangeLog index 66bb60b04..651f717bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-04-12 Ralf Wildenhues + + * libtool.m4 (AC_LIBTOOL_SETUP, AC_LIBTOOL_CONFIG): Fix + definition of $Xsed. + 2005-04-08 Ralf Wildenhues * tests/linkorder.test: Move to diff --git a/libtool.m4 b/libtool.m4 index 91d5a08cf..16cd67b21 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -117,7 +117,7 @@ esac # Sed substitution that helps us do robust quoting. It backslashifies # metacharacters that are still active within double-quoted strings. -Xsed='sed -e s/^X//' +Xsed='sed -e 1s/^X//' [sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g'] # Same as above, but do not quote variable references. @@ -4022,7 +4022,7 @@ ifelse([$1], [], SED=$lt_SED # Sed that helps us avoid accidentally triggering echo(1) options like -n. -Xsed="$SED -e s/^X//" +Xsed="$SED -e 1s/^X//" # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set.