]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* acgeneral.m4 (AC_PLAIN_SCRIPT): AF_INET, AF_UNIX, AR_FLAGS,
authorAkim Demaille <akim@epita.fr>
Thu, 18 Jan 2001 15:30:35 +0000 (15:30 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 18 Jan 2001 15:30:35 +0000 (15:30 +0000)
AS_FLAGS are OK.

ChangeLog
acgeneral.m4
lib/autoconf/general.m4

index e20cd841170f2e6bcc40cffed1efd0cd82b604ec..d339625daf72e35975eb923418b568421a9d04c5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-01-18  Akim Demaille  <akim@epita.fr>
+
+       * acgeneral.m4 (AC_PLAIN_SCRIPT): AF_INET, AF_UNIX, AR_FLAGS,
+       AS_FLAGS are OK.
+
 2001-01-18  Tim Van Holder  <tim.van.holder@pandora.be>
 
        * m4sh.m4 (AS_MKDIR_P): Properly support DOS-style paths.
index 174e09c7c36b600a7c23e5f3cce75f5577484fd6..96fd8ac4fbc5ebfb3ae00a6776ec6a5da2024f1d 100644 (file)
@@ -1510,8 +1510,13 @@ AC_CONFIG_SRCDIR([$1])], [[AC_INIT]])])[]dnl
 # generate other scripts than `configure'.
 m4_define([AC_PLAIN_SCRIPT],
 [m4_init
+
+# Forbidden tokens and exceptions.
 m4_pattern_forbid([^A]m4_dquote(m4_defn([m4_cr_LETTERS]))[_])
 m4_pattern_forbid([_AC_])
+m4_pattern_allow([^AF_(INET|UNIX)$])
+m4_pattern_allow([^A[RS]_FLAGS$])
+
 m4_divert_push([BODY])dnl
 m4_wrap([m4_divert_pop([BODY])[]])dnl
 ])
index 174e09c7c36b600a7c23e5f3cce75f5577484fd6..96fd8ac4fbc5ebfb3ae00a6776ec6a5da2024f1d 100644 (file)
@@ -1510,8 +1510,13 @@ AC_CONFIG_SRCDIR([$1])], [[AC_INIT]])])[]dnl
 # generate other scripts than `configure'.
 m4_define([AC_PLAIN_SCRIPT],
 [m4_init
+
+# Forbidden tokens and exceptions.
 m4_pattern_forbid([^A]m4_dquote(m4_defn([m4_cr_LETTERS]))[_])
 m4_pattern_forbid([_AC_])
+m4_pattern_allow([^AF_(INET|UNIX)$])
+m4_pattern_allow([^A[RS]_FLAGS$])
+
 m4_divert_push([BODY])dnl
 m4_wrap([m4_divert_pop([BODY])[]])dnl
 ])