From: Sergey Poznyakoff Date: Sun, 18 Nov 2007 10:42:16 +0000 (+0100) Subject: bootstrap: work also with 4-argument variant of AC_INIT X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67950fa707c866f285a556fe07decb996168f36b;p=pspp bootstrap: work also with 4-argument variant of AC_INIT * build-aux/bootstrap (gnulib_extra_files): Adjust sed command. --- diff --git a/ChangeLog b/ChangeLog index bdcbdeff6e..2fc8c612db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-11-18 Sergey Poznyakoff + + bootstrap: work also with 4-argument variant of AC_INIT + * build-aux/bootstrap (gnulib_extra_files): Adjust sed command. + 2007-11-16 Paul Eggert Port test-getaddrinfo to Solaris. diff --git a/build-aux/bootstrap b/build-aux/bootstrap index 0e2bd34fd1..1034ca359e 100755 --- a/build-aux/bootstrap +++ b/build-aux/bootstrap @@ -77,9 +77,10 @@ po_download_command_format=\ extract_package_name=' /^AC_INIT(/{ - /.*,.*,.*,/{ + /.*,.*,.*, */{ s/// s/[][]//g + s/)$// p q }