summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-11-18 11:55:45 +0100
committerJim Meyering <meyering@redhat.com>2007-11-18 11:55:45 +0100
commite81fce4a7359e72fb7237ce6a170e0b283b1adc7 (patch)
tree7c2896d4f2b227c6c460ee86d9dbc0a9c730ef03
parent93914c7b1262cff6e933cb66c8392d81e168b196 (diff)
downloadcoreutils-e81fce4a7359e72fb7237ce6a170e0b283b1adc7.tar.xz
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.
-rw-r--r--ChangeLog6
-rwxr-xr-xbootstrap3
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e6f713b2..d24863a2f 100644
--- 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.
diff --git a/bootstrap b/bootstrap
index e51cb08a9..a7f80bee8 100755
--- a/bootstrap
+++ b/bootstrap
@@ -77,9 +77,10 @@ po_download_command_format=\
extract_package_name='
/^AC_INIT(/{
- /.*,.*,.*,/{
+ /.*,.*,.*, */{
s///
s/[][]//g
+ s/)$//
p
q
}