]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Set up config.log earlier so that AC_MSG_ERROR and AC_MSG_WARN can
authorAkim Demaille <akim@epita.fr>
Fri, 3 Nov 2000 10:07:40 +0000 (10:07 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 3 Nov 2000 10:07:40 +0000 (10:07 +0000)
commit9fe2458f8dc79e266228519f3bcd0ead28eff272
tree5029f7901903ec25ecefe7ea4e484befd768cfd9
parent22673e406c96a1cb83b1b801947644a7d7f04d4e
Set up config.log earlier so that AC_MSG_ERROR and AC_MSG_WARN can
be used early.
* acgeneral.m4 (_AC_INIT_DEFAULTS): Call `_AC_INIT_PREPARE_FDS'.
(_AC_INIT_PREPARE): Don't.
(_AC_INIT_PREPARE_ENVIRONMENT, _AC_INIT_PREPARE_FDS): Rename as...
(_AC_INIT_DEFAULTS_ENVIRONMENT, _AC_INIT_DEFAULTS_FDS): these,
since they are called from `_AC_INIT_DEFAULTS', not
`_AC_INIT_PREPARE'.
(_AC_INIT_DEFAULTS_FDS): Dump `$@' in config.log, not
`$ac_configure_args' which is not computed yet.
ChangeLog
acgeneral.m4
configure
lib/autoconf/general.m4