From f7613f1314cef75e3f7f759d8d140cb75bce021c Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Sun, 31 Aug 2003 21:24:45 +0000 Subject: [PATCH] * tests/yacc7.test: Require bison. --- ChangeLog | 4 ++++ tests/yacc7.test | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 981f73c7a..2aa385c28 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-08-31 Thien-Thi Nguyen (tiny change) + + * tests/yacc7.test: Require bison. + 2003-08-31 Alexandre Duret-Lutz * aclocal.in (scan_file): Warn about underquoted AC_DEFUN. diff --git a/tests/yacc7.test b/tests/yacc7.test index f57050d13..98060fec4 100755 --- a/tests/yacc7.test +++ b/tests/yacc7.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2001, 2002 Free Software Foundation, Inc. +# Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. # # This file is part of GNU Automake. # @@ -24,6 +24,7 @@ # Also check that the sources of the generated parser are distributed. # PR/47. +required=bison . ./defs || exit 1 cat >> configure.in << 'END' -- 2.47.2