autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

typo in quadrigraph substitution


From: Alexandre Duret-Lutz
Subject: typo in quadrigraph substitution
Date: 06 Aug 2001 10:47:19 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

Index: ChangeLog
from  Alexandre Duret-Lutz  <address@hidden>

        * bin/autom4te.in (handle_output): Typo in quadrigraph substitution.

Index: bin/autom4te.in
===================================================================
RCS file: /cvsroot/autoconf/autoconf/bin/autom4te.in,v
retrieving revision 1.22
diff -u -r1.22 autom4te.in
--- bin/autom4te.in 2001/08/04 13:16:47 1.22
+++ bin/autom4te.in 2001/08/06 08:40:45
@@ -604,7 +604,7 @@
       s/__oline__/$oline/g;
       s/\@<:\@/[/g;
       s/\@:>\@/]/g;
-      s/address@hidden|\@/\$/g;
+      s/address@hidden|\@/\$/g;
       s/address@hidden:\@/#/g;
 
       print $out "$_\n";


BTW, I can't even test this patch because current CVS autoconf
fails (elsewhere) with 

% autoconf
Can't coerce array into hash at /home/adl/usr/bin//autom4te line 133.

     130   # If there are new traces to produce, then we are not valid.
     131   foreach (@{$request{'macro'}})
     132     {
     133       if (! exists ${$req->macro}{$_})
     134         {
     135           ${$req->macro}{$_} = 1;
     136           $req->valid (0);
     137         }
     138     }

-- 
Alexandre Duret-Lutz




reply via email to

[Prev in Thread] Current Thread [Next in Thread]