summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2001-05-30 02:34:09 +0000
committerTom Tromey <tromey@redhat.com>2001-05-30 02:34:09 +0000
commit545fc2495bb92021cc7a79546b6aa9184bd36fac (patch)
tree28579d0d3c1bbf88cac71b7b37706ec4d80abbee /m4
parent09d1d2fa7daec04261273768d7d7cb4abf773582 (diff)
downloadautomake-545fc2495bb92021cc7a79546b6aa9184bd36fac.tar.gz
* m4/init.m4 (AM_INIT_AUTOMAKE): Allow any AM_*FLAGS variable.
Diffstat (limited to 'm4')
-rw-r--r--m4/init.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/init.m4 b/m4/init.m4
index 1129021d5..5881a3489 100644
--- a/m4/init.m4
+++ b/m4/init.m4
@@ -50,7 +50,7 @@ AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
# Autoconf 2.50 wants to disallow AM_ names. We explicitly allow
# the ones we care about.
ifdef([m4_pattern_allow],
- [m4_pattern_allow([^AM_(C|CPP|CXX|OBJC|F|R|GCJ|RUNTEST)FLAGS])])dnl
+ [m4_pattern_allow([^AM_[A-Z]+FLAGS])])dnl
# Some tools Automake needs.
AC_REQUIRE([AM_SANITY_CHECK])dnl