From: Stefano Lattarini Date: Thu, 16 May 2013 12:49:44 +0000 (+0200) Subject: tests: fix some botched/outdated comments X-Git-Tag: v1.13.2b~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=176d229b5136806a6f34d18f08dfc986e6c26c76;p=thirdparty%2Fautomake.git tests: fix some botched/outdated comments * t/ax/test-defs.in: Here. Also, fix a couple of grammaros while at it. Signed-off-by: Stefano Lattarini --- diff --git a/t/ax/test-defs.in b/t/ax/test-defs.in index 108374322..fd814791b 100644 --- a/t/ax/test-defs.in +++ b/t/ax/test-defs.in @@ -102,7 +102,7 @@ AUTORECONF=${AM_TESTSUITE_AUTORECONF-${AUTORECONF-'@am_AUTORECONF@'}} AUTOHEADER=${AM_TESTSUITE_AUTOHEADER-${AUTOHEADER-'@am_AUTOHEADER@'}} AUTOUPDATE=${AM_TESTSUITE_AUTOUPDATE-${AUTOUPDATE-'@am_AUTOUPDATE@'}} -# Tests who want complete control over aclocal or automake command-line +# Tests which want complete control over aclocal or automake command-line # options should use $am_original_ACLOCAL or $am_original_AUTOMAKE. The # "test -z" tests take care not to re-initialize them if 'test-defs.sh' # is re-sourced, as we want that file to remain really idempotent. @@ -113,9 +113,9 @@ if test -z "$am_original_ACLOCAL"; then am_original_ACLOCAL=${AM_TESTSUITE_ACLOCAL-${ACLOCAL-"aclocal-$APIVERSION"}} fi -# Use -Werror because this also turns some Perl warnings into error. -# Tests for which this is inappropriate should use -Wno-error. -# Tests who want complete control over aclocal command-line options +# Use -Werror by default. Tests for which this is inappropriate should +# use -Wno-error. +# Tests which want complete control over aclocal command-line options # should use $am_original_ACLOCAL instead. ACLOCAL="$am_original_ACLOCAL -Werror"