From: Paul Eggert Date: Thu, 12 Sep 2002 05:56:47 +0000 (+0000) Subject: * doc/autoconf.texi: Fix minor formatting, spelling, and X-Git-Tag: AUTOCONF-2.54~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2dd31f757c4bfce051e46ff93958e8f5ca48c364;p=thirdparty%2Fautoconf.git * doc/autoconf.texi: Fix minor formatting, spelling, and grammatical typos. --- diff --git a/ChangeLog b/ChangeLog index c82f6b17d..5626787a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,10 @@ 2002-09-11 Paul Eggert - * doc/autoconf.texi (Defining Symbols): Explain that - AC_DEFINE(var) defaults to 1, but AC_DEFINE(var,,description) does - not; and the AC_DEFINE(var) case is obsolescent. + * doc/autoconf.texi: Fix minor formatting, spelling, and + grammatical typos. + (Defining Symbols): Explain that AC_DEFINE(var) defaults to 1, but + AC_DEFINE(var,,description) does not; and the AC_DEFINE(var) case + is obsolescent. 2002-09-11 Akim Demaille