From: Ralf Wildenhues Date: Sun, 6 Jun 2010 19:59:37 +0000 (+0200) Subject: Merge branch 'perl-coverage' X-Git-Tag: ng-0.5a~411 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28712ef1ec808de1e3dffcf54671b64be4394626;p=thirdparty%2Fautomake.git Merge branch 'perl-coverage' --- 28712ef1ec808de1e3dffcf54671b64be4394626 diff --cc ChangeLog index 2356c383c,fdcf86f5a..5a5de1bc5 --- a/ChangeLog +++ b/ChangeLog @@@ -1,22 -1,21 +1,40 @@@ + 2010-06-06 Ralf Wildenhues + + Coverage for TAGS_DEPENDENCIES warning. + * tests/tags2.test: New test. + * tests/Makefile.am: Update. + + Coverage for use of anachronistic variables. + * tests/oldvars.test: New test. + * tests/Makefile.am: Update. + + Testsuite coverage for bogus macro file serial numbers. + * tests/acloca18.test: Also test ill-formed serial numbers + and serial numbers after macro definitions. + + Coverage for aclocal diagnosing underquoted macros. + * tests/acloca23.test: New test. + * tests/Makefile.am: Update. + +2010-06-06 Ralf Wildenhues + + Prefer AUTOMAKE_fails over `$AUTOMAKE | grep' in tests. + * tests/ldadd.test: Enable errexit. Use AUTOMAKE_fails so + the verbose log contains all output. + * tests/mdate.test: Likewise. + Prompted by Stefano Lattarini's change to discover.test. + +2010-06-06 Ralf Wildenhues + + More minor message fixes. + * aclocal.in (scan_file): Fix recommended info command line. + * automake.in (handle_lib_objects): No need to prepend function + name to prog_error message. + (handle_tags): Add missing word and missing space in error + message. + (handle_dist): Add missing closing single quote in message. + Line-wrap one long message for readability. + 2010-06-06 Stefano Lattarini Ralf Wildenhues