* tests/lex3.test, tests/lex5.test: Require flex.
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 26 Feb 2003 12:17:14 +0000 (12:17 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Wed, 26 Feb 2003 12:17:14 +0000 (12:17 +0000)
Reported by Leo Davis.

ChangeLog
THANKS
tests/lex3.test
tests/lex5.test

index 8bee7a3..690fccf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-02-26  Alexandre Duret-Lutz  <adl@gnu.org>
+
+       * tests/lex3.test, tests/lex5.test: Require flex.
+       Reported by Leo Davis.
+
 2003-02-25  Alexandre Duret-Lutz  <adl@gnu.org>
 
        * lib/am/depend2.am (?GENERIC?%EXT%.o, ?GENERIC?%EXT%.obj): Do not
diff --git a/THANKS b/THANKS
index 7e94d93..cc4df1e 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -116,6 +116,7 @@ Larry Jones         larry.jones@sdrc.com
 Lars Hecking           lhecking@nmrc.ucc.ie
 Lars J. Aas            larsa@sim.no
 Laurent Morichetti     laurentm@cup.hp.com
+Leo Davis              ldavis@fonix.com
 Maciej Stachowiak      mstachow@mit.edu
 Maciej W. Rozycki      macro@ds2.pg.gda.pl
 Manu Rouat             emmanuel.rouat@wanadoo.fr
index 19daf8f..e68e9b3 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 1999, 2001, 2002  Free Software Foundation, Inc.
+# Copyright (C) 1999, 2001, 2002, 2003  Free Software Foundation, Inc.
 #
 # This file is part of GNU Automake.
 #
@@ -21,7 +21,7 @@
 # Test associated with PR 19.
 # From Matthew D. Langston.
 
-required='gcc gzip'
+required='gcc gzip flex'
 . ./defs || exit 1
 
 # Ignore user CFLAGS.
index def42b3..5f85faa 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2002  Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003  Free Software Foundation, Inc.
 #
 # This file is part of GNU Automake.
 #
@@ -20,7 +20,7 @@
 
 # Test for subdir lexers.
 
-required='gcc GNUmake gzip'
+required='gcc GNUmake gzip flex'
 . ./defs || exit 1
 
 set -e