automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch: Allow AM_*FLAGS


From: Tom Tromey
Subject: Patch: Allow AM_*FLAGS
Date: 29 May 2001 20:45:12 -0600

I'm checking this in.  Updating this each time is too painful.

2001-05-29  Tom Tromey  <address@hidden>

        * m4/init.m4 (AM_INIT_AUTOMAKE): Allow any AM_*FLAGS variable.

Tom

Index: m4/init.m4
===================================================================
RCS file: /cvs/automake/automake/m4/init.m4,v
retrieving revision 1.27
diff -u -r1.27 init.m4
--- init.m4     2001/05/25 14:50:30     1.27
+++ init.m4     2001/05/30 02:33:22
@@ -50,7 +50,7 @@
 # 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]