bootstrap: work also with 4-argument variant of AC_INIT
authorSergey Poznyakoff <gray@gnu.org.ua>
Sun, 18 Nov 2007 10:42:16 +0000 (11:42 +0100)
committerJim Meyering <meyering@redhat.com>
Sun, 18 Nov 2007 10:42:16 +0000 (11:42 +0100)
* build-aux/bootstrap (gnulib_extra_files): Adjust sed command.

ChangeLog
build-aux/bootstrap

index bdcbdeff6e34c1b520031d3b510fd01621b2f7b8..2fc8c612db5d8337efae940a6a0bb971ea7f6d73 100644 (file)
--- 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.
index 0e2bd34fd1998facb31ec9b3bcdededfd3c7b5b1..1034ca359e70370f6aea5fd849ce2da1b0f46f3b 100755 (executable)
@@ -77,9 +77,10 @@ po_download_command_format=\
 
 extract_package_name='
   /^AC_INIT(/{
-     /.*,.*,.*,/{
+     /.*,.*,.*, */{
        s///
        s/[][]//g
+       s/)$//
        p
        q
      }