From: Akim Demaille Date: Thu, 30 Nov 2000 09:52:15 +0000 (+0000) Subject: Typos. X-Git-Tag: autoconf-2.50~369 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02af8eb0278fa4b3aa4c3334c3d9101b708a2c7e;p=thirdparty%2Fautoconf.git Typos. --- diff --git a/ChangeLog b/ChangeLog index b899855a5..089d8f810 100644 --- a/ChangeLog +++ b/ChangeLog @@ -62,14 +62,14 @@ Provide a means to display banners in the test suite. - * tests/atgeneral.m4 (AT_INIT): Initialize AT_banner_ordinal. + * tests/atgeneral.m4 (AT_INIT): Initialize `AT_banner_ordinal'. Execute the epilogue of the tests only if a test was run. - Don't built the value of `at_tests_all' by a for loop: expand - AT_TESTS_ALL. - (AT_SETUP): Build AT_TESTS_ALL. + Don't build the value of `at_tests_all' with a for loop: expand + `AT_TESTS_ALL'. + (AT_SETUP): Build `AT_TESTS_ALL'. (AT_BANNER): New. Adjust all the former banners to use it. - (AT_CHECK): Don't trace the decoding of $?. + (AT_CHECK): Don't trace the decoding of `$?'. 2000-11-29 Akim Demaille