]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Fix autoupdate: updating `AC_OUTPUT_COMMANDS' was failing because
authorAkim Demaille <akim@epita.fr>
Tue, 17 Oct 2000 07:55:44 +0000 (07:55 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 17 Oct 2000 07:55:44 +0000 (07:55 +0000)
commit4e40bb2d16d1393c3c239f25c3a35c2992269d02
tree6eeaaf09bca42f4b3b53ee408adba927a2a4d155
parent11e6ca2c9b368629b7fe2440f324a32ac1aad325
Fix autoupdate: updating `AC_OUTPUT_COMMANDS' was failing because
it includes another AU defined macro.
* autoupdate.sh (input.m4:_au_defun): New macro.
(au.m4): Use it instead of inlining _au_enable/_au_disable
invocations in the definition of all these macros.
(input.m4:__au_enable, input.m4:__au_disable): New macros.
(input.m4:_au_enable, input.m4:_au_disable): Use them.
* tests/mktests.sh (update_exclude_list): Add `AC_OUTPUT'.
Running it twice in a configure.in is not valid.
Add `AC_LINK_FILES' since it requires arguments.
* tests/tools.m4 (autoupdating AC_LINK_FILES): New test.
ChangeLog
Makefile.am
Makefile.in
configure
configure.in
tests/Makefile.am
tests/Makefile.in
tests/atspecific.m4
tests/syntax.m4
tests/tools.m4