]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* 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 8bee7a361071787778b7f899d5e78eb617277fca..690fccf89294d72a513449dd278bcde45de3d799 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 7e94d934a2c20bb44d7839abd116fe799b34b934..cc4df1ef592c9af2c05e3d75de1e7d92b63c33d4 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 19daf8fb03fb863f0c33d5b7cbbcf79a175e9ac7..e68e9b3cd864f4dc9a52d0c980fab0ce38c1b6cf 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 def42b35f23e6bbc3c6a553d54648b1ec3860a1c..5f85faa68af4bb726db256d6ffff5075b4f358c2 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