]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Start revamping `autoconf --trace'.
authorAkim Demaille <akim@epita.fr>
Mon, 13 Mar 2000 15:18:20 +0000 (15:18 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 13 Mar 2000 15:18:20 +0000 (15:18 +0000)
* autoconf.sh (debug): New var, new option.
Adjust the trap code.
(task trace): Instead of decoding `m4 --trace' with sed, decode it
with m4 itself.
($silent_m4): New file, which disables m4's `errprint'.
($trace_m4): New file.  Logistic for the m4 which is in charge of
decoding the traces of the first.
($translate_awk): Transform a user trace request into $trace_m4
code.

ChangeLog

index c936e8cbe742a8b56fba2091102a8dd8c740b13f..c8431d3e918719d930eabc6b84e3469e8e44e635 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2000-03-13  Akim Demaille  <akim@epita.fr>
+
+       Start revamping `autoconf --trace'.
+
+       * autoconf.sh (debug): New var, new option.
+       Adjust the trap code.
+       (task trace): Instead of decoding `m4 --trace' with sed, decode it
+       with m4 itself.
+       ($silent_m4): New file, which disables m4's `errprint'.
+       ($trace_m4): New file.  Logistic for the m4 which is in charge of
+       decoding the traces of the first.
+       ($translate_awk): Transform a user trace request into $trace_m4
+       code.
+
 2000-03-10  Akim Demaille  <akim@epita.fr>
 
        Multiple `-e' to egrep are not portable.  On IRIX 6.5 and Solaris