]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Typos.
authorAkim Demaille <akim@epita.fr>
Thu, 30 Nov 2000 09:52:15 +0000 (09:52 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 30 Nov 2000 09:52:15 +0000 (09:52 +0000)
ChangeLog

index b899855a58cfdda02ce6a14adcc8c5c08a10605e..089d8f810b78df53445161bb26e689e118e9cbdb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
        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  <akim@epita.fr>