From: Alexandre Duret-Lutz Date: Sun, 31 Aug 2003 21:24:45 +0000 (+0000) Subject: * tests/yacc7.test: Require bison. X-Git-Tag: Release-1-7b~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7613f1314cef75e3f7f759d8d140cb75bce021c;p=thirdparty%2Fautomake.git * tests/yacc7.test: Require bison. --- 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'