]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
`autoconf --trace': faster.
authorAkim Demaille <akim@epita.fr>
Mon, 13 Mar 2000 15:28:55 +0000 (15:28 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 13 Mar 2000 15:28:55 +0000 (15:28 +0000)
* 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.

ChangeLog

index 7f8ca4716cf03a4d03e96e1502d25c2b6e897d8b..89d04c84c99ffca4b6a5be7662d188ea3c218947 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * acspecific.m4 (AC_PROG_BINSH): Removed.