]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Configuration Commands): New section, for
authorAkim Demaille <akim@epita.fr>
Tue, 8 Feb 2000 13:40:26 +0000 (13:40 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 8 Feb 2000 13:40:26 +0000 (13:40 +0000)
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.

ChangeLog

index cfe4ecf6eadd05f8423f716c67ffa99a4674f8bd..9e8c0cb400263941c8ad7c8f26a474257c91a30b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2000-02-08  Akim Demaille  <akim@epita.fr>
+
+       * 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  <akim@epita.fr>
 
        Introduce a concept index, and update a bit the documentation.