Warning and error message formatting cleanups.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 25 Apr 2010 16:26:14 +0000 (18:26 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 25 Apr 2010 18:30:05 +0000 (20:30 +0200)
commit83d7976fb25025797ed1271c68e5c8c148c40f91
treea87418864d15d8c273f0a7158f89250bf5da5b70
parenta700fa3337c039e8a6dbae44b08a5180713e697a
Warning and error message formatting cleanups.

* aclocal.in (parse_arguments, main): Remove trailing period or
newline in error or warning messages, avoid capitalization of
the first word of a message.
* automake.in (check_user_variables, handle_languages)
(handle_ltlibraries, scan_aclocal_m4, scan_autoconf_config_files)
(scan_autoconf_files, cond_stack_if, require_file_internal)
(usage, generate_makefile, parse_arguments): Likewise.
* lib/Automake/ChannelDefs.pm (set_strictness): Likewise.
* lib/Automake/Configure_ac.pm (find_configure_ac): Likewise.
* lib/Automake/Options.pm (set_strictness): Likewise.
* lib/Automake/Rule.pm (define): Likewise.
* lib/Automake/Variable.pm (define, variables_dump): Likewise.
* tests/ltinstloc.test, tests/suffix11.test: Adjust expected
error message.
* lib/Automake/Channels.pm (setup_channel): Reword error message
to be the same as in msg.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
aclocal.in
automake.in
lib/Automake/ChannelDefs.pm
lib/Automake/Channels.pm
lib/Automake/Configure_ac.pm
lib/Automake/Options.pm
lib/Automake/Rule.pm
lib/Automake/Variable.pm
tests/ltinstloc.test
tests/suffix11.test