From 176d229b5136806a6f34d18f08dfc986e6c26c76 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Thu, 16 May 2013 14:49:44 +0200 Subject: [PATCH] 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 --- t/ax/test-defs.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/t/ax/test-defs.in b/t/ax/test-defs.in index 1083743..fd81479 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" -- 2.7.4