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-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.
#! /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.
#
# Test associated with PR 19.
# From Matthew D. Langston.
-required='gcc gzip flex'
+required='gcc gzip flex GNUmake'
. ./defs || exit 1
# Ignore user CFLAGS.
# 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