bug-gnulib
[Top][All Lists]
Advanced

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

Re: [bug-gnulib] Re: new module proposal: verror


From: Bruno Haible
Subject: Re: [bug-gnulib] Re: new module proposal: verror
Date: Thu, 10 Aug 2006 17:15:06 +0200
User-agent: KMail/1.9.1

Eric Blake wrote:
> Checking in as follows:
> 
> 2006-08-10  Eric Blake  <address@hidden>
>       and Ralf Wildenhues <address@hidden>
> 
>       * gnulib-tool (func_import): Detect unexpanded macros in gnulib
>       namespace.

Hmm, this may make a "gnulib-tool --import" fail while the corresponding
"gnulib-tool --create-testdir" works. But since --create-testdir is made
for testing, it should fail in such a situation as well. I'm applying this
patch:

2006-08-10  Bruno Haible  <address@hidden>

        * gnulib-tool (func_create_testdir): Detect unexpanded macros here
        as well.

*** gnulib-tool 10 Aug 2006 14:22:53 -0000      1.135
--- gnulib-tool 10 Aug 2006 15:04:47 -0000
***************
*** 1874,1879 ****
--- 1874,1883 ----
     echo "AC_PROG_CC"
     echo "AC_PROG_INSTALL"
     echo "AC_PROG_MAKE_SET"
+    echo
+    echo "m4_pattern_forbid([^gl_[A-Z]])dnl the gnulib macro namespace"
+    echo "m4_pattern_allow([^gl_ES$])dnl a valid locale name"
+    echo
     echo "AC_PROG_RANLIB"
     echo
     if grep AC_GNU_SOURCE "$testdir"/m4/*.m4 >/dev/null 2>/dev/null; then




reply via email to

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