]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
ChangeLog: some typofixes
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 4 May 2011 21:06:16 +0000 (23:06 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 4 May 2011 21:06:16 +0000 (23:06 +0200)
ChangeLog

index 6c751c0c3d8f5cbe74328eb777eda99cbd086739..a6a07450301e08bcb2474f1531316f35d0c4af7d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        redundant checks on `--help' and `--version' option (already
        performed in the test `help*.test').
 
-2011-01-11   Stefano Lattarini  <stefano.lattarini@gmail.com>
+2011-01-11  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        tests: enable 'errexit' shell flag by default.
        * tests/defs: Enable `errexit' shell flag (near the end).
        * tests/vtexi4.test: Likewise.
        * tests/Makefile.am (TESTS): Updated.
 
-2011-01-11   Stefano Lattarini  <stefano.lattarini@gmail.com>
+2011-01-11  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        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  <stefano.lattarini@gmail.com>
+2011-01-10  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        yacc: warn about conditional content in *YFLAGS variables
        This change fixes automake bug#7804.
        * tests/yflags-conditional-force.test: New test.
        * tests/Makefile.am (TESTS): Updated.
 
-2011-01-08   Stefano Lattarini  <stefano.lattarini@gmail.com>
+2011-01-08  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        yacc: support variable expansions in *YFLAGS definition.
        This change fixes automake bug#7800.
        * tests/yacc-clean.test: Remove workaround for now-fixed bug.
        * NEWS: Update.
 
-2011-01-08   Stefano Lattarini  <stefano.lattarini@gmail.com>
+2011-01-08  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        yacc: more tests on *YFLAGS support
        * tests/yflags-var-expand.test: New test, still xfailing.  It
        warns on conditionally-defined *YFLAGS variables.
        * tests/Makefile.am (TESTS, XFAIL_TESTS): Update.
 
-2011-01-08   Stefano Lattarini  <stefano.lattarini@gmail.com>
+2011-01-08  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        yacc: extend and improve tests
        * tests/yacc-basic.test: Also check that the intermediate C file
        manual for how to convert directory values into macros.
        (Optional): Fix grammar nit.
 
-2011-01-07   Stefano Lattarini  <stefano.lattarini@gmail.com>
+2011-01-07  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        yacc: "make clean" removes .c and .h files from non-distributed .y
        Previously, while automake did *not* distribute C source and header
        * 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
        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  <stefano.lattarini@gmail.com>
 
        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'
        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
        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.