]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* tests/yacc7.test: Require bison.
authorAlexandre Duret-Lutz <adl@gnu.org>
Sun, 31 Aug 2003 21:24:45 +0000 (21:24 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sun, 31 Aug 2003 21:24:45 +0000 (21:24 +0000)
ChangeLog
tests/yacc7.test

index 981f73c7af2256301aea837ad51bf6d82695ec4a..2aa385c2853fd03186dfa73a4c8e274c23f7712e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-08-31  Thien-Thi Nguyen  <ttn@gnu.org>  (tiny change)
+
+       * tests/yacc7.test: Require bison.
+
 2003-08-31  Alexandre Duret-Lutz  <adl@gnu.org>
 
        * aclocal.in (scan_file): Warn about underquoted AC_DEFUN.
index f57050d133b805e7cafb816fe2c9b6148dcf4f7d..98060fec48cfe50847f9e4b01146de50a8bc4347 100755 (executable)
@@ -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'