]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Extend the concept of `INIT-CMDS' to the AC_CONFIG_FOOS.
authorAkim Demaille <akim@epita.fr>
Wed, 9 Feb 2000 17:01:44 +0000 (17:01 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 9 Feb 2000 17:01:44 +0000 (17:01 +0000)
commitc0bc015e7b5a7c72c107da1df6b4c3bef8aed47e
tree8278ac06b203171b96ec11ce07e7e3738afa7801
parentba05e822242ee3d32758df57e5335ed72ce4800f
Extend the concept of `INIT-CMDS' to the AC_CONFIG_FOOS.

* acgeneral.m4 (_AC_CONFIG_COMMANDS_INIT): New macro which will
collect the `INIT-CMDS'.
(AC_CONFIG_COMMANDS, AC_CONFIG_LINKS, AC_CONFIG_HEADERS,
AC_CONFIG_FILES): Use it, and also temporarily divert to -1
instead of spamming dnl everywhere.
(AC_OUTPUT_CONFIG_STATUS): Make sure to output the INIT-CMDS
before the other sections, it'd be a pity to initialize after the
use :).

* doc/autoconf.texi (Configuration Actions): New section,
documenting the common behavior of AC_CONFIG_FILES,
AC_CONFIG_HEADERS, macro AC_CONFIG_COMMANDS, and AC_CONFIG_LINKS.
(Configuration Files): Document $2 and $3 of AC_CONFIG_FILES.
(Configuration Headers): Document $2 and $3 of AC_CONFIG_HEADERS.
(Configuration Commands): Document $2 and $3 of AC_CONFIG_COMMANDS.
(Configuration Links): Document $2 and $3 of AC_CONFIG_FILES.
ChangeLog
acgeneral.m4
autoconf.texi
doc/autoconf.texi
lib/autoconf/general.m4