From: Ralf Wildenhues Date: Sun, 29 Nov 2009 21:27:48 +0000 (+0100) Subject: Merge branch 'maint' X-Git-Tag: ng-0.5a~457 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0a2114a002397071cc6966d0c8832cf2fae40b6;p=thirdparty%2Fautomake.git Merge branch 'maint' --- c0a2114a002397071cc6966d0c8832cf2fae40b6 diff --cc ChangeLog index d48efd411,37168e59c..d835fd1f4 --- a/ChangeLog +++ b/ChangeLog @@@ -1,34 -1,21 +1,52 @@@ + 2009-11-29 Karl Berry + + Rewrite `gnupload --help' examples. + * lib/gnupload: Use GNU style version numbers, a generic package + name, and more useful examples. + + 2009-11-28 Jim Meyering + + avoid a warning from perl-5.11 + * lib/Automake/Wrap.pm (_tab_length): Remove useless use of tr's + "/d" modifier. + + 2009-11-14 Ralf Wildenhues + + Distribute the Automake bootstrap script. + * Makefile.am (EXTRA_DIST): Add bootstrap. + Report by Jan Engelhardt. + +2009-11-14 Ralf Wildenhues + + Coverage for corner cases in derive_suffix. + Ensure unrelatex SUFFIXES entries and unrelated inference rules + are ignored silently. + * tests/ext3.test: New test. + * tests/Makefile.am: Update. + + Coverage for user-provided _LINK variables. + * tests/link_override.test: New test. + * tests/Makefile.am: Adjust. + + Coverage: warn about substitutions that need EXTRA_PRIMARY. + * tests/extra9.test: New test. + * tests/Makefile.am: Adjust. + + Coverage: warn about configure substitution in EXTRA_PRIMARY. + * tests/subst5.test: New test. + * tests/Makefile.am: Update. + + Coverage for syntax errors with conditionals in included fragments. + * tests/condinc2.test: Amend test. + + Coverage: diagnose variables with forbidden dist_ prefix. + * tests/candist.test: New test. + * tests/Makefile.am: Update. + + Coverage for conditional `else' and `endif' arguments. + * tests/cond46.test: New test. + * tests/Makefile.am: Update. + 2009-10-31 Jim Meyering Ralf Wildenhues