summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2003-08-31 21:24:56 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2003-08-31 21:24:56 +0000
commit8e53da8068f891111573edaaf56f74cab572817f (patch)
treeeb0143229ce0192fff9f0aae1dd1ed9e471017df
parentde5c12daa6e61759feb32b4479ffdf3d8917d579 (diff)
downloadautomake-8e53da8068f891111573edaaf56f74cab572817f.tar.gz
* tests/yacc7.test: Require bison.
-rw-r--r--ChangeLog4
-rwxr-xr-xtests/yacc7.test3
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 15bdbd703..ecc2bda87 100644
--- 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>
* automake.texi (Extending aclocal): Merge changes from HEAD, to
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'