From ab1cde2cfd218661f75a952a87fb980310a50332 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Tue, 12 Apr 2005 17:29:33 +0000 Subject: [PATCH] * libtool.m4 (AC_LIBTOOL_SETUP, AC_LIBTOOL_CONFIG): Fix definition of $Xsed. --- ChangeLog | 5 +++++ libtool.m4 | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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. -- 2.47.3