]> sourceware.org Git - automake.git/commitdiff
* m4/init.m4 (AM_INIT_AUTOMAKE): Allow any AM_*FLAGS variable.
authorTom Tromey <tromey@redhat.com>
Wed, 30 May 2001 02:34:08 +0000 (02:34 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 30 May 2001 02:34:08 +0000 (02:34 +0000)
ChangeLog
m4/init.m4

index b04266ccdb6411850d32fed744451a362b59713f..766c06a80b0e8c70de4a29dbb2a274e02aa73973 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2001-05-29  Tom Tromey  <tromey@redhat.com>
 
+       * m4/init.m4 (AM_INIT_AUTOMAKE): Allow any AM_*FLAGS variable.
+
        * automake.texi (Include): Rewrote.
        (Suffixes): Remove Java example.
        (Java): Added more explanation.  Document variables.
index 1129021d5d0efa84cc7aab28c8afdcdb2837870c..5881a3489ed68b9aa2a1ce80d5575e0b63888eda 100644 (file)
@@ -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
This page took 0.032492 seconds and 5 git commands to generate.