summaryrefslogtreecommitdiff
path: root/bin/autom4te.in
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2006-06-23 15:19:34 +0000
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2006-06-23 15:19:34 +0000
commit7c45d0ff4ec4f09f89e50ac7a85c343a3e104841 (patch)
tree9dc698a4b8542f166559b7e35f4f0d9281046f62 /bin/autom4te.in
parentaea85945865e7eef2a592f998311bce7df6eb101 (diff)
downloadautoconf-7c45d0ff4ec4f09f89e50ac7a85c343a3e104841.tar.gz
* bin/autom4te.in (handle_traces): Transform the `@S|@'
quadrigraph correctly in traces.
Diffstat (limited to 'bin/autom4te.in')
-rw-r--r--bin/autom4te.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/autom4te.in b/bin/autom4te.in
index 081c6c69..ca6b5e6a 100644
--- a/bin/autom4te.in
+++ b/bin/autom4te.in
@@ -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 $_;