+2003-10-24 Didier Cassirame <faded@free.fr> (tiny change)
+
+ * lib/ylwrap: Typo in regex.
+
2003-10-23 Paul Eggert <eggert@twinsun.com>
* lib/Automake/XFile.pm: Don't assume -j is solo.
David Zaroski cz253@cleveland.Freenet.Edu
Dean Povey dpovey@wedgetail.com
Derek R. Price derek.price@openavenue.com
+Didier Cassirame faded@free.fr
Dieter Baron dillo@stieltjes.smc.univie.ac.at
Dmitry Mikhin dmitrym@acres.com.au
Doug Evans devans@cygnus.com
#! /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 <tromey@cygnus.com>.
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
# A missing file is only an error for the first file. This