]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (AC_LIBTOOL_SETUP, AC_LIBTOOL_CONFIG): Fix
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 12 Apr 2005 17:29:33 +0000 (17:29 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 12 Apr 2005 17:29:33 +0000 (17:29 +0000)
definition of $Xsed.

ChangeLog
libtool.m4

index 66bb60b0485ebe4ad5d983f875696d1e7db9ba88..651f717bc49cecf36d8fb46a91a4e26a24d7043b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-04-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * libtool.m4 (AC_LIBTOOL_SETUP, AC_LIBTOOL_CONFIG): Fix
+       definition of $Xsed.
+
 2005-04-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * tests/linkorder.test: Move to
index 91d5a08cf65e6238167e83994b7782a667670ffa..16cd67b214a49ad17779a12a1961eb8c1f818851 100644 (file)
@@ -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.