]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* tests/lex3.test, tests/yacc6.test: Require GNU Make.
authorAlexandre Duret-Lutz <adl@gnu.org>
Thu, 13 May 2004 18:46:59 +0000 (18:46 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Thu, 13 May 2004 18:46:59 +0000 (18:46 +0000)
Fixing these for BSD Make requires invasive changes (lexers and
parsers must be built into $srcdir, and--most annoyingly--all
references to parse.h must be changed to $(srcdir)/parse.h).
Report from Mark D. Baushke.

ChangeLog
tests/lex3.test
tests/yacc6.test

index b552b017c1fb2ece7cce6a5464df15479906609c..c27fb32f4d279dcdf1a813c1074c5f943b92ad10 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-05-13  Alexandre Duret-Lutz  <adl@gnu.org>
+
+       * tests/lex3.test, tests/yacc6.test: Require GNU Make.
+       Fixing these for BSD Make requires invasive changes (lexers and
+       parsers must be built into $srcdir, and--most annoyingly--all
+       references to parse.h must be changed to $(srcdir)/parse.h).
+       Report from Mark D. Baushke.
+
 2004-05-10  Alexandre Duret-Lutz  <adl@gnu.org>
 
        * tests/defs.in (GNUmake): Grep for GNU to parry FreeBSD make.
index 4a8876972d4125924775f67ab5447ddd758b4bfe..77e0bd1a18e3219e3e9dae916461699a41f7bbda 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 1999, 2001, 2002, 2003  Free Software Foundation, Inc.
+# Copyright (C) 1999, 2001, 2002, 2003, 2004  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 flex'
+required='gcc gzip flex GNUmake'
 . ./defs || exit 1
 
 # Ignore user CFLAGS.
index c25a2e5a1066538b80d086043722a3e28a5b6a76..2f067873df514c81289c698c294faa7775ef7e1d 100755 (executable)
@@ -23,7 +23,7 @@
 # Also make sure depcomp does not needlessly update headers.
 # Report from Paolo Bonzini.
 
-required='gcc bison'
+required='gcc bison GNUmake'
 . ./defs || exit 1
 
 set -e