changeset 29173:eda839313dbd

bootstrap: work also with 4-argument variant of AC_INIT * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
author Sergey Poznyakoff <gray@gnu.org.ua>
date Sun, 18 Nov 2007 11:42:16 +0100
parents 117083e4a21a
children a9281f205548
files ChangeLog build-aux/bootstrap
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Nov 16 13:16:27 2007 -0800
+++ b/ChangeLog	Sun Nov 18 11:42:16 2007 +0100
@@ -1,3 +1,8 @@
+2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
+
+	bootstrap: work also with 4-argument variant of AC_INIT
+	* build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
+
 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
 
 	Port test-getaddrinfo to Solaris.
--- a/build-aux/bootstrap	Fri Nov 16 13:16:27 2007 -0800
+++ b/build-aux/bootstrap	Sun Nov 18 11:42:16 2007 +0100
@@ -77,9 +77,10 @@
 
 extract_package_name='
   /^AC_INIT(/{
-     /.*,.*,.*,/{
+     /.*,.*,.*, */{
        s///
        s/[][]//g
+       s/)$//
        p
        q
      }