]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
ChangeLog fixes.
authorAkim Demaille <akim@epita.fr>
Mon, 17 Jul 2000 08:20:23 +0000 (08:20 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 17 Jul 2000 08:20:23 +0000 (08:20 +0000)
ChangeLog

index 1c333e1c557a792b9b6df06f94f982437b9f24ef..4f446706dc60db36ff7893d5251725a125fa64c1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -82,7 +82,7 @@
 
        Stop being ridiculous :*(
 
-       * acgeneral.m4 (AC_SHELL_DIRNAME):  When using m4 the argument
+       * acgeneral.m4 (_AC_SHELL_DIRNAME):  When using m4 the argument
        is named `$1' not `$dir'.
        When using m4 you ought to quote properly.
        When using m4, you should check that there are not too many shell
 
 2000-07-10  Akim Demaille  <akim@epita.fr>
 
-       * acgeneral.m4 (AC_DIRNAME): Use an `expr' solution instead of
-       echo|sed.
+       * acgeneral.m4 (_AC_SHELL_DIRNAME): Use an `expr' solution instead
+       of echo|sed.
        From Paul Eggert.
        * doc/autoconf.texi (Limitations of Usual Tools): Include the
        words from Paul about `|' with expr(1).