Eric Blake wrote:
> Checking in as follows:
>
> 2006-08-10 Eric Blake <[EMAIL PROTECTED]>
> and Ralf Wildenhues <[EMAIL PROTECTED]>
>
> * 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 <[EMAIL PROTECTED]>
* 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