]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
bootstrap: work also with 4-argument variant of AC_INIT (from gnulib)
authorJim Meyering <meyering@redhat.com>
Sun, 18 Nov 2007 10:55:45 +0000 (11:55 +0100)
committerJim Meyering <meyering@redhat.com>
Sun, 18 Nov 2007 10:55:45 +0000 (11:55 +0100)
2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
* bootstrap (gnulib_extra_files): Adjust sed command.

ChangeLog
bootstrap

index 6e6f713b2aec0b9f29640b849dcd97331b028a1b..d24863a2fb1bb4075369810c09efadce1bc4d2cd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-11-18  Jim Meyering  <meyering@redhat.com>
+
+       bootstrap: work also with 4-argument variant of AC_INIT (from gnulib)
+       2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
+       * bootstrap (gnulib_extra_files): Adjust sed command.
+
 2007-11-17  Jim Meyering  <meyering@redhat.com>
 
        Correct preceding patch.
index e51cb08a95903d81dbf1d06c606b0b07ddd39d6b..a7f80bee832a9351e1fa7b1d21350c5343276e5a 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -77,9 +77,10 @@ po_download_command_format=\
 
 extract_package_name='
   /^AC_INIT(/{
-     /.*,.*,.*,/{
+     /.*,.*,.*, */{
        s///
        s/[][]//g
+       s/)$//
        p
        q
      }