From: Akim Demaille Date: Mon, 28 Feb 2000 14:41:46 +0000 (+0000) Subject: Fixed a few English mistakes in ChangeLog. X-Git-Tag: autoconf-2.50~1118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73ca7985edf73a0a938ccde961d40cf9f6e8bb03;p=thirdparty%2Fautoconf.git Fixed a few English mistakes in ChangeLog. --- diff --git a/ChangeLog b/ChangeLog index 254d34f64..3163fdd4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -30,7 +30,7 @@ 2000-02-24 Akim Demaille * autoconf.sh (AC_ACLOCALDIR): Use `(aclocal) 2>/dev/null`, not - `aclocal 2>/dev/null` if you want no complains for missing + `aclocal 2>/dev/null` if you want no complaints for missing aclocal. From Nicolas Joly. @@ -66,7 +66,7 @@ 2000-02-18 Akim Demaille * tests/atgeneral.m4 (at_diff): Don't use `cmp -s', on DOS it - makes the difference between Unix and DOS EOL. `diff' does not. + differentiate between Unix and DOS EOL. `diff' does not. Reported by Eli Zaretski. Also, be ready to use a diff that does not support `-u'.