From f4bf9ac7b5cb3faee6299b4ff7ae593393abbfb8 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Fri, 13 Oct 2006 13:18:05 +0000 Subject: [PATCH] * configure.ac (m4_pattern_forbid): Narrow the range of forbidden macros, to work with recent gnulib-tool update. --- ChangeLog | 3 +++ configure.ac | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3e560422..b45eb58a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-10-13 Eric Blake + * configure.ac (m4_pattern_forbid): Narrow the range of forbidden + macros, to work with recent gnulib-tool update. + * src/builtin.c (m4_builtin, m4_indir): Allow transparent handling of defn results. * doc/m4.texinfo (Builtin, Indir): Add test cases. diff --git a/configure.ac b/configure.ac index 582f27c4..c2f09ab9 100644 --- a/configure.ac +++ b/configure.ac @@ -23,8 +23,7 @@ AM_INIT_AUTOMAKE([1.9.6 dist-bzip2 gnu]) PACKAGE=$PACKAGE_TARNAME; AC_SUBST([PACKAGE]) VERSION=$PACKAGE_VERSION; AC_SUBST([VERSION]) -m4_pattern_forbid([^M4_]) -m4_pattern_allow([^M4_cv_]) +m4_pattern_forbid([^M4_[A-Z]]) AC_CONFIG_SRCDIR([src/m4.h]) AC_CONFIG_HEADERS([config.h:config-h.in]) -- 2.11.4.GIT