From: Paul Eggert Date: Wed, 11 Sep 2002 19:04:26 +0000 (+0000) Subject: * doc/autoconf.texi (Defining Symbols): Explain that X-Git-Tag: AUTOCONF-2.54~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a80789dab2bd84ff2d878d301cbeb05353776f1c;p=thirdparty%2Fautoconf.git * 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. --- diff --git a/ChangeLog b/ChangeLog index fd653ebfc..c82f6b17d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +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. + 2002-09-11 Akim Demaille * doc/autoconf.texi (Questions): Rename as...