Committed to HEAD.

Cheers,
Ralf

        * bootstrap: another AIX sed fix.

Index: bootstrap
===================================================================
RCS file: /cvsroot/libtool/libtool/bootstrap,v
retrieving revision 1.68
diff -u -r1.68 bootstrap
--- bootstrap   5 Sep 2005 06:21:48 -0000       1.68
+++ bootstrap   5 Sep 2005 10:14:25 -0000
@@ -84,7 +84,7 @@
 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:


Reply via email to