From: Jim Meyering Date: Sun, 18 Nov 2007 10:55:45 +0000 (+0100) Subject: bootstrap: work also with 4-argument variant of AC_INIT (from gnulib) X-Git-Tag: v6.9.90~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e81fce4a7359e72fb7237ce6a170e0b283b1adc7;p=thirdparty%2Fcoreutils.git bootstrap: work also with 4-argument variant of AC_INIT (from gnulib) 2007-11-18 Sergey Poznyakoff * bootstrap (gnulib_extra_files): Adjust sed command. --- diff --git a/ChangeLog b/ChangeLog index 6e6f713b2a..d24863a2fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-11-18 Jim Meyering + + bootstrap: work also with 4-argument variant of AC_INIT (from gnulib) + 2007-11-18 Sergey Poznyakoff + * bootstrap (gnulib_extra_files): Adjust sed command. + 2007-11-17 Jim Meyering Correct preceding patch. diff --git a/bootstrap b/bootstrap index e51cb08a95..a7f80bee83 100755 --- a/bootstrap +++ b/bootstrap @@ -77,9 +77,10 @@ po_download_command_format=\ extract_package_name=' /^AC_INIT(/{ - /.*,.*,.*,/{ + /.*,.*,.*, */{ s/// s/[][]//g + s/)$// p q }