From: Stefano Lattarini Date: Wed, 4 May 2011 21:06:16 +0000 (+0200) Subject: ChangeLog: some typofixes X-Git-Tag: ng-0.5a~182 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9644ebc6bc45171d97dbbe4477055acbd91a44a0;p=thirdparty%2Fautomake.git ChangeLog: some typofixes --- diff --git a/ChangeLog b/ChangeLog index 6c751c0c3..a6a074503 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1181,7 +1181,7 @@ redundant checks on `--help' and `--version' option (already performed in the test `help*.test'). -2011-01-11 Stefano Lattarini +2011-01-11 Stefano Lattarini tests: enable 'errexit' shell flag by default. * tests/defs: Enable `errexit' shell flag (near the end). @@ -1269,14 +1269,14 @@ * tests/vtexi4.test: Likewise. * tests/Makefile.am (TESTS): Updated. -2011-01-11 Stefano Lattarini +2011-01-11 Stefano Lattarini tests: fix spurious failure in 'tests/yflags-conditional.test' * tests/yflags-conditional.test: Filter out message "warnings are treated as errors" from automake stderr, to avoid a false positive when grepping for extraneous warning messages. -2011-01-10 Stefano Lattarini +2011-01-10 Stefano Lattarini yacc: warn about conditional content in *YFLAGS variables This change fixes automake bug#7804. @@ -1288,7 +1288,7 @@ * tests/yflags-conditional-force.test: New test. * tests/Makefile.am (TESTS): Updated. -2011-01-08 Stefano Lattarini +2011-01-08 Stefano Lattarini yacc: support variable expansions in *YFLAGS definition. This change fixes automake bug#7800. @@ -1300,7 +1300,7 @@ * tests/yacc-clean.test: Remove workaround for now-fixed bug. * NEWS: Update. -2011-01-08 Stefano Lattarini +2011-01-08 Stefano Lattarini yacc: more tests on *YFLAGS support * tests/yflags-var-expand.test: New test, still xfailing. It @@ -1320,7 +1320,7 @@ warns on conditionally-defined *YFLAGS variables. * tests/Makefile.am (TESTS, XFAIL_TESTS): Update. -2011-01-08 Stefano Lattarini +2011-01-08 Stefano Lattarini yacc: extend and improve tests * tests/yacc-basic.test: Also check that the intermediate C file @@ -1426,7 +1426,7 @@ manual for how to convert directory values into macros. (Optional): Fix grammar nit. -2011-01-07 Stefano Lattarini +2011-01-07 Stefano Lattarini yacc: "make clean" removes .c and .h files from non-distributed .y Previously, while automake did *not* distribute C source and header @@ -2059,7 +2059,7 @@ * tests/discorver.test: Enable `errexit' shell flag. Prefer trailing `:' over trailing `Exit 0'. * tests/instdat.test: Enable `errexit' shell flag, and related - changes. Use proper m4 quoting. Avoid usless subshell. Prefer + changes. Use proper m4 quoting. Avoid useless subshell. Prefer cat + here-doc over echo to append to configure.in. * tests/libtool2.test: Enable `errexit' shell flag, and related changes. Add trailing `:' command. Use the configure.in @@ -2134,7 +2134,7 @@ trailing `:' over trailing `Exit 0'. Remove extra empty lines, and cosmetic changes to whitespaces. * tests/obsolete.test: Enable `errexit' shell flag, with related - changes. Improve verbosity. Other miscellanous changes. + changes. Improve verbosity. Other miscellaneous changes. 2010-11-30 Stefano Lattarini @@ -3219,7 +3219,7 @@ changes. Cosmetic changes to spacing, add trailing `:' command, and add a "FIXME" comment. * tests/pr266.test: Likewise, and add explicit command line switch - `--enable-dependecy-tracking' to the ./configure call. + `--enable-dependency-tracking' to the ./configure call. * tests/pr279.test: Avoid obsolescent constructs in the generated `configure.in'; also, use the `configure.in' stub created by ./defs, rather than writing it from scratch. Enable `errexit' @@ -3342,7 +3342,7 @@ Minor improvements and fixes in tests `depcomp*.test'. * tests/depcomp.test: Do not create useless dummy source files. Add a trailing `:' command. - * tests/depcomp2.test: Use `unset' on the CFLAG variable to ensure + * tests/depcomp2.test: Use `unset' on the CFLAGS variable to ensure it's not in in the environment, rather than exporting it with an empty value. Do not pass CC=gcc to configure, as that's already done in ./defs since we have gcc in $required. Ensure verbose @@ -4023,7 +4023,7 @@ Fix distcheck failure with distributed generated parallel tests. * tests/Makefile.am ($(parallel_tests)): Cope with $(srcdir) being different from the value at developer `make dist' time. - * tests/defs.in: Protect against mutiple inclusion, by using ... + * tests/defs.in: Protect against multiple inclusion, by using ... ($am_defs_included): ... this new variable. ($srcdir): Do not compute, but simply define to `@abs_srcdir@' as substituted by configure.