changeset 9482:4e6893d02e5b

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 e53bf66bb110
children 60557e13ad5e
files ChangeLog build-aux/bootstrap
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
+++ b/build-aux/bootstrap
@@ -77,9 +77,10 @@
 
 extract_package_name='
   /^AC_INIT(/{
-     /.*,.*,.*,/{
+     /.*,.*,.*, */{
        s///
        s/[][]//g
+       s/)$//
        p
        q
      }