From: Alexandre Duret-Lutz Date: Wed, 26 Feb 2003 12:17:14 +0000 (+0000) Subject: * tests/lex3.test, tests/lex5.test: Require flex. X-Git-Tag: Release-1-7-3b~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c3640350a7656ca949f329c411979370d2aaba0;p=thirdparty%2Fautomake.git * tests/lex3.test, tests/lex5.test: Require flex. Reported by Leo Davis. --- diff --git a/ChangeLog b/ChangeLog index 8bee7a361..690fccf89 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-02-26 Alexandre Duret-Lutz + + * tests/lex3.test, tests/lex5.test: Require flex. + Reported by Leo Davis. + 2003-02-25 Alexandre Duret-Lutz * lib/am/depend2.am (?GENERIC?%EXT%.o, ?GENERIC?%EXT%.obj): Do not diff --git a/THANKS b/THANKS index 7e94d934a..cc4df1ef5 100644 --- 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 diff --git a/tests/lex3.test b/tests/lex3.test index 19daf8fb0..e68e9b3cd 100755 --- a/tests/lex3.test +++ b/tests/lex3.test @@ -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. diff --git a/tests/lex5.test b/tests/lex5.test index def42b35f..5f85faa68 100755 --- a/tests/lex5.test +++ b/tests/lex5.test @@ -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