libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: bootstrap: another tiny AIX sed fix


From: Ralf Wildenhues
Subject: FYI: bootstrap: another tiny AIX sed fix
Date: Mon, 5 Sep 2005 12:15:32 +0200
User-agent: Mutt/1.4.1i

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

[Prev in Thread] Current Thread [Next in Thread]