From: Akim Demaille Date: Mon, 22 May 2000 13:54:32 +0000 (+0000) Subject: Typos in ChangeLog. X-Git-Tag: autoconf-2.50~887 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e0c4e1279820617834b1d52f08e0a254254f8fc;p=thirdparty%2Fautoconf.git Typos in ChangeLog. --- diff --git a/ChangeLog b/ChangeLog index 1d41c0427..f1f1579a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -68,7 +68,7 @@ `config.status'. Fix and test. * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Use - `$ac_configure_args' directly, no via a tmp variable. + `$ac_configure_args' directly, not via a tmp variable. * tests/torture.m4 (command line interface): Test with more than one argument. @@ -81,7 +81,7 @@ 2000-05-19 Akim Demaille * acgeneral.m4 (AC_PACKAGE): Rename as _AC_INIT_PACKAGE. - (AC_INIT): Dispatch your arguments either to _AC_INIT_PACKAGE or + (AC_INIT): Dispatch arguments either to _AC_INIT_PACKAGE or to AC_CONFIG_SRCDIR. (AU::AC_INIT): New. * configure.in: Adjust.