+2001-09-23 Akim Demaille <akim@epita.fr>
+
+ * bin/autom4te.in (@my_warning): Remove, handled by `autom4te.cfg'.
+
2001-09-23 Akim Demaille <akim@epita.fr>
* lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix shell
# FIXME: What about `sinclude'?
my @preselect = ('include', 'm4_pattern_allow', 'm4_pattern_forbid');
-# Autom4te's default warnings, and the actual list of warnings.
-my @my_warning = ('syntax');
+# List of warnings.
my @warning;
# M4 include path.
# 2. $WARNINGS, $3 command line options, in that order.
# Set them in the order expected by the M4 macros: the converse.
my $m4_warnings =
- lc join (',', reverse (@my_warning,
- split (',', ($ENV{'WARNINGS'} || '')),
+ lc join (',', reverse (split (',', ($ENV{'WARNINGS'} || '')),
map { split /,/ } @warning));
# GNU m4 appends when using --error-output.