From 1eaedd98acb68c5171260dd6c965ce3a6b59c44d Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 10 Aug 2006 15:05:20 +0000 Subject: [PATCH] Apply last patch also to --create-testdir. --- ChangeLog | 5 +++++ gnulib-tool | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a75886ee8a..fedabc50ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-08-10 Bruno Haible + + * gnulib-tool (func_create_testdir): Detect unexpanded macros here + as well. + 2006-08-10 Eric Blake and Ralf Wildenhues diff --git a/gnulib-tool b/gnulib-tool index 3272bf77de..6bb26ca74a 100755 --- 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 @@ func_create_testdir () 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 -- 2.30.2