From: Ralf Wildenhues Date: Tue, 16 Nov 2010 18:23:41 +0000 (+0100) Subject: Merge branch 'maint' X-Git-Tag: ng-0.5a~335 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4e89e7dd3f7f4cfad037cd4392b91fc22892f6d;p=thirdparty%2Fautomake.git Merge branch 'maint' --- a4e89e7dd3f7f4cfad037cd4392b91fc22892f6d diff --cc ChangeLog index 2e7b05050,5ba7777b6..3abddcc0a --- a/ChangeLog +++ b/ChangeLog @@@ -1,25 -1,16 +1,38 @@@ + 2010-11-16 Ralf Wildenhues + + tests: avoid '##'-style comments inside recipe commands. + * tests/confh.test, tests/confh8.test: Remove + double-hash comments from makefile rule commands, they + are not part of the Automake API. + + 2010-11-14 Ralf Wildenhues + + tests: work around dash quoting issue in case statements. + * tests/color.test, tests/color2.test: Quote variable in case + pattern, to avoid skipping tests with dash 0.5.5.1. + +2010-11-16 Peter Rosin + + Skip MSVC oriented tests if the shell is not capable. + * tests/defs: New required entry 'xsi-shell'. + * tests/ar-lib.test, tests/compile3.test, tests/compile6.test: + Require a XSI capable shell. + Reported by Ralf Wildenhues. + +2010-11-15 Peter Rosin + + compile: clear the `eat' variable earlier. + * lib/compile: Clear the `eat' variable earlier. + ($scriptversion): Update. + * tests/compile3.test: Prevent regressions. + +2010-11-14 Ralf Wildenhues + + More stable configure output from sanity check. + * m4/sanity.m4 (AM_SANITY_CHECK): Always print check line + about ensuring newer files, even if we don't actually need + to wait any more. + 2010-11-14 Ralf Wildenhues Rebuild menus in the manual.