]> sourceware.org Git - automake.git/commitdiff
* m4/init.m4 (AM_INIT_AUTOMAKE): Ignore AM_RUNTESTFLAGS.
authorTom Tromey <tromey@redhat.com>
Fri, 25 May 2001 14:50:30 +0000 (14:50 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 25 May 2001 14:50:30 +0000 (14:50 +0000)
ChangeLog
m4/init.m4

index e7ed35f6bb23212cdcbdaab56182a20df0f5e6eb..e971c3a3eb4af45f64007577e1b2bb2bea9d0695 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-05-25  Tom Tromey  <tromey@redhat.com>
+
+       * m4/init.m4 (AM_INIT_AUTOMAKE): Ignore AM_RUNTESTFLAGS.
+
 2001-05-24  Tom Tromey  <tromey@redhat.com>
 
        * automake.in (handle_texinfo_helper): Find mdate-sh in current
index 7805ec690616702bfc62500abe5069f4530c1b3e..1129021d5d0efa84cc7aab28c8afdcdb2837870c 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)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
This page took 0.030689 seconds and 5 git commands to generate.