summaryrefslogtreecommitdiff
path: root/m4/init.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/init.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