From: Akim Demaille Date: Tue, 8 Feb 2000 13:40:26 +0000 (+0000) Subject: * doc/autoconf.texi (Configuration Commands): New section, for X-Git-Tag: autoconf-2.50~1199 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36dcb4d62bc8b53c869059024325eaf7ce759c43;p=thirdparty%2Fautoconf.git * doc/autoconf.texi (Configuration Commands): New section, for AC_CONFIG_COMMANDS. Move the definition of AC_OUTPUT_COMMANDS here. (Configuration Links): New section, for AC_CONFIG_LINKS and AC_LINK_FILES. (Configuration Files): New section, for AC_CONFIG_FILES. (Globally) Promote AC_CONFIG_HEADERS over AC_CONFIG_HEADER. (Using System Type): Don't document AC_CONFIG_LINKS and AC_LINK_FILES. (Invoking config.status): Mention CONFIG_COMMANDS. Document --file and --header. Talk first of the newest interface of config.status. --- diff --git a/ChangeLog b/ChangeLog index cfe4ecf6e..9e8c0cb40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2000-02-08 Akim Demaille + + * doc/autoconf.texi (Configuration Commands): New section, for + AC_CONFIG_COMMANDS. + Move the definition of AC_OUTPUT_COMMANDS here. + (Configuration Links): New section, for AC_CONFIG_LINKS and + AC_LINK_FILES. + (Configuration Files): New section, for AC_CONFIG_FILES. + (Globally) Promote AC_CONFIG_HEADERS over AC_CONFIG_HEADER. + (Using System Type): Don't document AC_CONFIG_LINKS and + AC_LINK_FILES. + (Invoking config.status): Mention CONFIG_COMMANDS. + Document --file and --header. + Talk first of the newest interface of config.status. + 2000-02-08 Akim Demaille Introduce a concept index, and update a bit the documentation.