From 67950fa707c866f285a556fe07decb996168f36b Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sun, 18 Nov 2007 11:42:16 +0100 Subject: [PATCH] bootstrap: work also with 4-argument variant of AC_INIT * build-aux/bootstrap (gnulib_extra_files): Adjust sed command. --- ChangeLog | 5 +++++ build-aux/bootstrap | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bdcbdeff6..2fc8c612d 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 0e2bd34fd..1034ca359 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 } -- 2.11.0