From: Akim Demaille Date: Mon, 13 Mar 2000 15:28:55 +0000 (+0000) Subject: `autoconf --trace': faster. X-Git-Tag: autoconf-2.50~1063 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ebd8a5488dc14b0fd2dfe3d08e56386219655c3e;p=thirdparty%2Fautoconf.git `autoconf --trace': faster. * autoconf.sh (initialization): New var, new option. (option loop): When you need an arg, make sure there is one. (run_m4f): New var, which content is that of the former... (run_m4): Don't use m4 frozen state files. Change all callers. Don't pass AC_LOCALDIR, not documented, and unused. (task trace): Honor `--verbose' and `--initialization'. (globally): Send `--verbose' messages in stderr. Fix random typos. --- diff --git a/ChangeLog b/ChangeLog index 7f8ca4716..89d04c84c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2000-03-13 Akim Demaille + + `autoconf --trace': faster. + + * autoconf.sh (initialization): New var, new option. + (option loop): When you need an arg, make sure there is one. + (run_m4f): New var, which content is that of the former... + (run_m4): Don't use m4 frozen state files. + Change all callers. + Don't pass AC_LOCALDIR, not documented, and unused. + (task trace): Honor `--verbose' and `--initialization'. + (globally): Send `--verbose' messages in stderr. + Fix random typos. + 2000-03-13 Akim Demaille * acspecific.m4 (AC_PROG_BINSH): Removed.