]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* bin/autom4te.in (handle_traces): Transform the `@S|@'
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 23 Jun 2006 15:19:34 +0000 (15:19 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 23 Jun 2006 15:19:34 +0000 (15:19 +0000)
quadrigraph correctly in traces.

ChangeLog
bin/autom4te.in

index 331eb92d80c6d18baf9c029b0f75ccbb1aebdec1..25b5bbdfd987b2c717c0b71247e6f341ed750fe1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       * bin/autom4te.in (handle_traces): Transform the `@S|@'
+       quadrigraph correctly in traces.
+
        * NEWS, lib/Autom4te/C4che.pm, lib/autoconf/functions.m4:
        Fix typos.
 
index 081c6c69437ba050499ca7922621925671ecbb4d..ca6b5e6a089c74a0effc43878e0986c409a800ff 100644 (file)
@@ -836,7 +836,7 @@ EOF
       # It makes no sense to try to transform __oline__.
       s/\@<:\@/[/g;
       s/\@:>\@/]/g;
-      s/\@\$\|\@/\$/g;
+      s/\@S\|\@/\$/g;
       s/\@%:\@/#/g;
       s/\@&t\@//g;
       print $out $_;