bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bootstrap and 4-argument AC_INITs


From: Sergey Poznyakoff
Subject: Bootstrap and 4-argument AC_INITs
Date: Sun, 18 Nov 2007 00:10:38 +0200

Hello,

The following fixes package name extraction from 4-argument AC_INIT
invocations:

diff --git a/build-aux/bootstrap b/build-aux/bootstrap
index 0e2bd34..1034ca3 100755
--- a/build-aux/bootstrap
+++ b/build-aux/bootstrap
@@ -77,9 +77,10 @@ po_download_command_format=\
 
 extract_package_name='
   /^AC_INIT(/{
-     /.*,.*,.*,/{
+     /.*,.*,.*, */{
        s///
        s/[][]//g
+       s/)$//
        p
        q
      }

Regards,
Sergey
      




reply via email to

[Prev in Thread] Current Thread [Next in Thread]