From: Tom Tromey Date: Fri, 25 May 2001 14:50:30 +0000 (+0000) Subject: * m4/init.m4 (AM_INIT_AUTOMAKE): Ignore AM_RUNTESTFLAGS. X-Git-Tag: Release-1-4h~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75f1df10ab653074376342d64cbc6cdf9fc8d7b3;p=thirdparty%2Fautomake.git * m4/init.m4 (AM_INIT_AUTOMAKE): Ignore AM_RUNTESTFLAGS. --- diff --git a/ChangeLog b/ChangeLog index e7ed35f6b..e971c3a3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-05-25 Tom Tromey + + * m4/init.m4 (AM_INIT_AUTOMAKE): Ignore AM_RUNTESTFLAGS. + 2001-05-24 Tom Tromey * automake.in (handle_texinfo_helper): Find mdate-sh in current diff --git a/m4/init.m4 b/m4/init.m4 index 7805ec690..1129021d5 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)FLAGS])])dnl + [m4_pattern_allow([^AM_(C|CPP|CXX|OBJC|F|R|GCJ|RUNTEST)FLAGS])])dnl # Some tools Automake needs. AC_REQUIRE([AM_SANITY_CHECK])dnl