>>>>> "Russ" == Russ Allbery <[EMAIL PROTECTED]> writes:
Russ> That works. Thanks!
No need to thank me, on the contrary it seems I was the problem, not
the answer :)
Here's what I'm checking in.
Index: ChangeLog
from Akim Demaille <[EMAIL PROTECTED]>
* acgeneral.m4 (AC_PLAIN_SCRIPT): AF_INET, AF_UNIX, AR_FLAGS,
AS_FLAGS are OK.
Index: acgeneral.m4
===================================================================
RCS file: /cvs/autoconf/acgeneral.m4,v
retrieving revision 1.665
diff -u -u -r1.665 acgeneral.m4
--- acgeneral.m4 2001/01/18 09:30:10 1.665
+++ acgeneral.m4 2001/01/18 15:27:36
@@ -1510,8 +1510,13 @@
# 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
])
/tmp % cat configure.ac nostromo 16:24
AC_INIT
AF_INET AR_FLAGS AZ_FLAGS AF_UNET AF_UNIX
/tmp % ace nostromo 16:25
configure.ac:2: error: undefined macro: AZ_FLAGS
configure.ac:2: error: undefined macro: AF_UNET