From: Akim Demaille Date: Mon, 13 Mar 2000 15:18:20 +0000 (+0000) Subject: Start revamping `autoconf --trace'. X-Git-Tag: autoconf-2.50~1065 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68f71528ef8488a2fac0aee9835f3a99629f4523;p=thirdparty%2Fautoconf.git 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. --- diff --git a/ChangeLog b/ChangeLog index c936e8cbe..c8431d3e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2000-03-13 Akim Demaille + + 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 Multiple `-e' to egrep are not portable. On IRIX 6.5 and Solaris