From: Ralf Wildenhues Date: Mon, 5 Sep 2005 10:15:16 +0000 (+0000) Subject: * bootstrap: another AIX sed fix. X-Git-Tag: release-2-1b~529 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d1e46a37c51032cdd529c12458ce4c53bc384b2;p=thirdparty%2Flibtool.git * bootstrap: another AIX sed fix. --- diff --git a/ChangeLog b/ChangeLog index 4eac428f0..ce5976cdb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-09-05 Ralf Wildenhues + * 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' diff --git a/bootstrap b/bootstrap index d0be2a392..010c24eff 100755 --- 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: