`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.
This commit is contained in:
Akim Demaille 2000-03-13 15:28:55 +00:00
parent 2b2d05addd
commit ebd8a5488d

View File

@ -1,3 +1,17 @@
2000-03-13 Akim Demaille <akim@epita.fr>
`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 <akim@epita.fr> 2000-03-13 Akim Demaille <akim@epita.fr>
* acspecific.m4 (AC_PROG_BINSH): Removed. * acspecific.m4 (AC_PROG_BINSH): Removed.