From: Akim Demaille Date: Mon, 17 Jul 2000 08:20:23 +0000 (+0000) Subject: ChangeLog fixes. X-Git-Tag: autoconf-2.50~723 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=902f83d13d0ece8b11465dd4d18a06a849a3ee45;p=thirdparty%2Fautoconf.git ChangeLog fixes. --- diff --git a/ChangeLog b/ChangeLog index 1c333e1c5..4f446706d 100644 --- 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 @@ -272,8 +272,8 @@ 2000-07-10 Akim Demaille - * 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).