diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rwxr-xr-x | bootstrap | 3 |
2 files changed, 8 insertions, 1 deletions
@@ -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. @@ -77,9 +77,10 @@ po_download_command_format=\ extract_package_name=' /^AC_INIT(/{ - /.*,.*,.*,/{ + /.*,.*,.*, */{ s/// s/[][]//g + s/)$// p q } |