changeset 7106:b9fff044578d

Apply last patch also to --create-testdir.
author Bruno Haible <bruno@clisp.org>
date Thu, 10 Aug 2006 15:05:20 +0000
parents 641bac73140c
children fbcb18b4d0b6
files ChangeLog gnulib-tool
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-08-10  Bruno Haible  <bruno@clisp.org>
+
+	* gnulib-tool (func_create_testdir): Detect unexpanded macros here
+	as well.
+
 2006-08-10  Eric Blake  <ebb9@byu.net>
 	and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
 
--- a/gnulib-tool
+++ b/gnulib-tool
@@ -22,7 +22,7 @@
 
 progname=$0
 package=gnulib
-cvsdatestamp='$Date: 2006-08-10 14:22:53 $'
+cvsdatestamp='$Date: 2006-08-10 15:05:20 $'
 last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'`
 version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'`
 
@@ -1874,6 +1874,10 @@
    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