From: Stefano Lattarini Date: Thu, 30 Jun 2011 15:21:47 +0000 (+0200) Subject: Merge branch 'maint' X-Git-Tag: ng-0.5a~155 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd8f7420f78b3d9a9005cd425f6f27545d0f7aaa;p=thirdparty%2Fautomake.git Merge branch 'maint' * maint: cosmetics: fix typos in recent ChangeLog entries --- cd8f7420f78b3d9a9005cd425f6f27545d0f7aaa diff --cc ChangeLog index 14364825b,f1e10c2cd..d3434ef8f --- a/ChangeLog +++ b/ChangeLog @@@ -1,21 -1,4 +1,21 @@@ +2011-06-29 Stefano Lattarini + + docs: explain why AM_TESTS_ENVIRONMENT must be semicolon-terminated + * doc/automake.texi (Simple Tests using parallel-tests): Ditto, and + related adjustments. + Suggestion by Ralf Wildenhues. + +2011-06-29 Stefano Lattarini + + docs: fix unportable example of AM_TESTS_ENVIRONMENT usage + * doc/automake.texi (Simple Tests using parallel-tests): The + old example on AM_TESTS_ENVIRONMENT relied on unportable shell + features, and in particular didn't work with various Korn + Shells (see also commit `v1.11-925-g29ca903'). Give another + example, simpler this time, but still inspired to real-world + usage (the GNU coreutils testsuite). + - 2011-06-23 Stefano Lattarini + 2011-06-23 Stefano Lattarini docs: avoid a footnote, some related rewordings and improvements * doc/automake.texi (Dist): Reword the part about automatically