From: Stefano Lattarini Date: Thu, 2 Dec 2010 12:14:32 +0000 (+0100) Subject: Merge branch 'tests-colneq-improve' X-Git-Tag: ng-0.5a~320 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c29a74309cb1c1eec814a2bd8f453ed6b6bb3b4f;p=thirdparty%2Fautomake.git Merge branch 'tests-colneq-improve' --- c29a74309cb1c1eec814a2bd8f453ed6b6bb3b4f diff --cc ChangeLog index 965a48c95,c0099e818..33694aaf2 --- a/ChangeLog +++ b/ChangeLog @@@ -1,14 -1,17 +1,28 @@@ + 2010-11-30 Stefano Lattarini + + Improve and extend tests on `:=' variable assignments. + * tests/colneq.test: Avoid redundant use of variable assignments + in Makefile.am. Use command-line automake options instead of + editing AUTOMAKE_OPTIONS in Makefile.am. Make grepping of the + generated Makefile.in slightly stricter. Add a trailing `:' + command. + * tests/colneq2.test: Do not create unneeded dummy files. Run + also autoconf, ./configure and make. Add trailing `:' command. + * tests/colneq3.test: New test, similar to colneq.test, but + running also autoconf, ./configure and make. + * tests/Makefile.am (TESTS): Update. + +2010-11-26 Stefano Lattarini + + Remove long-deprecated options --Werror and --Wno-error. + These options has been deprecated at least since commit + "Release-1-6-1b-35-gc037f20", dated 2002-07-06. + * automake.in (parse_arguments): Do not recognize anymore options + `--Werror' and `--Wno-error' as synonyms of respectively `-Werror' + and `-Wno-error'. + * tests/werror.test: Update: use `-Werror' instead of `--Werror'. + * NEWS: Update. + 2010-11-25 Stefano Lattarini Fix spurious failures in `silent*.test' for $CC != gcc