* aclocal.in: Use Automake::ChannelDefs, and adjust all output
authorAlexandre Duret-Lutz <adl@gnu.org>
Thu, 4 Nov 2004 22:19:41 +0000 (22:19 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Thu, 4 Nov 2004 22:19:41 +0000 (22:19 +0000)
commit3110f38b819017c997f675a8e889fc68c5ea033e
tree2b53e3b545485c6ad15f9785c8e62ff506f7c85b
parent53810e0ddf03bfd06c76037ddb83ce5838610e4e
* aclocal.in: Use Automake::ChannelDefs, and adjust all output
to be done via `fatal', `msg', `verb', or `prog_error'.
(version): New function.
(parse_arguments): Rewrite using Getopt::Long, call &version, and
honor -W and --warning.
($verbose): Remove.
(trace_used_macros): Do not trace the first arguments of macros
for which we do not need it.  This caused failures because of
unexpected newlines in the output.
* doc/automake.texi (aclocal options): Document -W and --warning.
* tests/defs.in (ACLOCAL): Always use -Werror, to catch Perl
warnings about uninitialized variables.
ChangeLog
NEWS
aclocal.in
doc/automake.texi
doc/stamp-vti
doc/version.texi
tests/defs.in