From: Stefano Lattarini Date: Wed, 4 May 2011 20:42:19 +0000 (+0200) Subject: ChangeLog: various typofixes (and related reformatting) X-Git-Tag: ylwrap-refactor-abandoned-branch~38^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=293b93fcbe264c701ebb88bee5eee0dcf685ac38;p=thirdparty%2Fautomake.git ChangeLog: various typofixes (and related reformatting) --- diff --git a/ChangeLog b/ChangeLog index 3d87b6bca..62c5493f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,10 +19,10 @@ 2011-04-24 Stefano Lattarini tests: fix spurious failure in a test on TESTS (VPATH-related) - * check-tests-in-builddir.test: When not using the parallel-tests - option, do not check that VPATH components are not present in the - displayed test name, since the simple-tests driver do not try to - strip them. + * tests/check-tests-in-builddir.test: When not using the + parallel-tests option, do not check that VPATH components are + not present in the displayed test name, since the simple-tests + driver do not try to strip them. 2011-04-23 Stefano Lattarini @@ -89,7 +89,7 @@ * tests/depcomp8b.test: Add the `--enable-dependency-tracking' option to `configure' invocations, so that slower dependency extractors are not rejected. - * tests/depcomp8b.test: Likewise. Also ... + * tests/depcomp8a.test: Likewise. Also ... (foo.c): ... since we are at it, fix spacing to be consistent with GNU coding standards. @@ -348,11 +348,11 @@ suggest the use of this latter macro instead. * lib/Automake/Variable.pm (%_am_macro_for_var): Pair 'LIBTOOL' with 'LT_INIT', not with 'AC_PROG_LIBTOOL'. - * libtool4.test: Adjust and extend. Also, add a call to macro - AC_PROG_CC in configure.in, to help ensuring that automake does - not fail for the wrong reasons. - * ltinit.test: New test, ensure that automake's libtool support - works with LT_INIT-based interface. + * tests/libtool4.test: Adjust and extend. Also, add a call to + macro AC_PROG_CC in configure.in, to help ensuring that automake + does not fail for the wrong reasons. + * tests/ltinit.test: New test, ensure that automake's libtool + support works with LT_INIT-based interface. Thanks to Jack Kelly for the suggestion. 2011-02-20 Stefano Lattarini @@ -576,7 +576,7 @@ * tests/flibs.test: Likewise. * tests/fort4.test: Use $AUTOMAKE -a for installing files. -2011-01-12 Stefano Lattarini +2011-01-12 Stefano Lattarini docs: clustered '-d' not recognized in YFLAGS This change fixes automake bug#7828. @@ -585,7 +585,7 @@ other options. From a report by Юрий Пухальский. -2011-01-10 Stefano Lattarini +2011-01-10 Stefano Lattarini tests: add checks on automatically-distributed files Related to automake bug#7819. @@ -673,7 +673,7 @@ Fix another typo in Rule.pm comment. * lib/Automake/Rule.pm: Fix typo. -2011-01-09 Stefano Lattarini +2011-01-09 Stefano Lattarini cosmetics: remove trailing whitespaces * doc/automake.texi: Remove trailing whitespaces. @@ -713,12 +713,12 @@ manual for how to convert directory values into macros. (Optional): Fix grammar nit. -2011-01-02 Stefano Lattarini +2011-01-02 Stefano Lattarini * NEWS: Fix typo (forgotten word). -2011-01-02 Stefano Lattarini - Ralf Wildenhues +2011-01-02 Stefano Lattarini + Ralf Wildenhues docs: how to work around checks on invalid primary/directory couples * doc/automake.texi (Uniform): Document the blessed idiom which can @@ -841,18 +841,18 @@ compilers were used. So we are now careful to require GCC in tests that force gcc depmode. From reports by Ralf Wildenhues. - * silent5.test: Test removed, its content split into ... - * silent-many-generic.test, silent-many-gcc.test: ... these new - sister tests, the latter of which forces gcc depmode and lists - "gcc" in $required. - * silentlex.test: Test removed, its content split into ... - * silent-lex-generic.test, silent-lex-gcc.test: ... these new - sister tests, the latter of which forces gcc depmode and lists - "gcc" in $required. - * silentyacc.test: Test removed, its content split into ... - * silent-yacc-generic.test, silent-yacc-gcc.test: ... these new - sister tests, the latter of which forces gcc depmode and lists - "gcc" in $required. + * tests/silent5.test: Test removed, its content split into ... + * tests/silent-many-generic.test, tests/silent-many-gcc.test: ... + these new sister tests, the latter of which forces gcc depmode + and lists "gcc" in $required. + * tests/silentlex.test: Test removed, its content split into ... + * tests/silent-lex-generic.test, tests/silent-lex-gcc.test: ... + these new sister tests, the latter of which forces gcc depmode + and lists "gcc" in $required. + * tests/silentyacc.test: Test removed, its content split into ... + * tests/silent-yacc-generic.test, tests/silent-yacc-gcc.test: ... + these new sister tests, the latter of which forces gcc depmode and + lists "gcc" in $required. * tests/Makefile.am (TESTS): Updated. 2010-11-21 Stefano Lattarini