From: Tom Tromey Date: Wed, 30 May 2001 02:34:08 +0000 (+0000) Subject: * m4/init.m4 (AM_INIT_AUTOMAKE): Allow any AM_*FLAGS variable. X-Git-Tag: Release-1-4h~42 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=e5441c6cac9dbc6cb922a59ac00b16b878a69f81;p=automake.git * m4/init.m4 (AM_INIT_AUTOMAKE): Allow any AM_*FLAGS variable. --- diff --git a/ChangeLog b/ChangeLog index b04266cc..766c06a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2001-05-29 Tom Tromey + * 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. diff --git a/m4/init.m4 b/m4/init.m4 index 1129021d..5881a348 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