mirror of
git://git.sv.gnu.org/autoconf
synced 2025-04-12 15:20:26 +08:00
* bin/autom4te.in (handle_traces): Transform the `@S|@'
quadrigraph correctly in traces.
This commit is contained in:
parent
aea8594586
commit
7c45d0ff4e
@ -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.
|
||||
|
||||
|
@ -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 $_;
|
||||
|
Loading…
x
Reference in New Issue
Block a user