]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* bootstrap: another AIX sed fix.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 5 Sep 2005 10:15:16 +0000 (10:15 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 5 Sep 2005 10:15:16 +0000 (10:15 +0000)
ChangeLog
bootstrap

index 4eac428f05515c6a3ab10146829612e09b2c1387..ce5976cdb18640ee85ab7ad35565119701f86f91 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-09-05  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
 
+       * bootstrap: another AIX sed fix.
+
        * Makefile.am (TESTS_ENVIRONMENT): Export SHELL.
        * bootstrap (SHELL): Set to $CONFIG_SHELL or /bin/sh.
        Name `make' targets in portable fashion.  Work around `rm'
index d0be2a3920b6a1781e69e839859c34e0d2e12bfa..010c24effecc73c7fb7f90d13520421826e3f295 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -84,7 +84,7 @@ if test -z "$reconfdirs"; then
 fi
 
 # Extract the package name and version number from configure.ac:
-set dummy `$SED '/AC_INIT/{s/[][,()]/ /g; p;};d' configure.ac`
+set dummy `$SED -n '/AC_INIT/{s/[][,()]/ /g; p;}' configure.ac`
 shift
 
 # Whip up a dirty Makefile: