>>> "Tom" == Tom Tromey <[EMAIL PROTECTED]> writes:

 >>>>>> "Didier" == dc  <[EMAIL PROTECTED]> writes:
 Didier> I've made a patch several months ago concerning ylwrap, and
 Didier> posted it on http://savannah.gnu.org/patch/?group=automake ,
 Didier> but it seems that it wasn't included yet. Since there wasn't
 Didier> any response so far, I joined the list to ask about its
 Didier> validity.

Thank you Didier.  Sorry nobody noticed you patch, but Automake
does not use Savannah.  (See sources.redhat.com/automake/)

 Tom> I think this is obviously correct.

I've installed the fix on HEAD and branch-1-7 as follows.

 Tom> Alexandre, is ylwrap still maintained in the automake repository?

Yes.  Do you think we should mention Automake in the headings of
all similar auxiliary files?


2003-10-24  Didier Cassirame  <[EMAIL PROTECTED]>  (tiny change)

        * lib/ylwrap: Typo in regex.

Index: lib/ylwrap
===================================================================
RCS file: /cvs/automake/automake/lib/ylwrap,v
retrieving revision 1.21
diff -u -r1.21 ylwrap
--- lib/ylwrap  19 Apr 2002 20:54:45 -0000      1.21
+++ lib/ylwrap  24 Oct 2003 19:29:11 -0000
@@ -1,7 +1,7 @@
 #! /bin/sh
 # ylwrap - wrapper for lex/yacc invocations.
 #
-# Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002 Free Software
+# Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003 Free Software
 # Foundation, Inc.
 #
 # Written by Tom Tromey <[EMAIL PROTECTED]>.
@@ -134,7 +134,7 @@
         TARGET=`echo "$2" | sed \
                  -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'\
                  -e 's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g'`
-         sed "/^#/{s,$input_rx,,;s,$from,$2,;s,$FORM,$TO,;}" "$from" >"$target" ||
+         sed "/^#/{s,$input_rx,,;s,$from,$2,;s,$FROM,$TO,;}" "$from" >"$target" ||
             status=$?
       else
Index: THANKS
===================================================================
RCS file: /cvs/automake/automake/THANKS,v
retrieving revision 1.186.2.35
diff -u -r1.186.2.35 THANKS
--- THANKS      21 Oct 2003 13:07:04 -0000      1.186.2.35
+++ THANKS      24 Oct 2003 19:32:45 -0000
@@ -46,6 +46,7 @@
 David Zaroski          [EMAIL PROTECTED]
 Dean Povey             [EMAIL PROTECTED]
 Derek R. Price         [EMAIL PROTECTED]
+Didier Cassirame       [EMAIL PROTECTED]
 Dieter Baron           [EMAIL PROTECTED]
 Dmitry Mikhin          [EMAIL PROTECTED]
 Doug Evans             [EMAIL PROTECTED]
-- 
Alexandre Duret-Lutz



Reply via email to