summaryrefslogtreecommitdiff
path: root/tests/yacc4.test
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2002-06-18 19:55:58 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2002-06-18 19:55:58 +0000
commit13a21fc416633926012c5c2366936295d5ce0e1b (patch)
tree7c40e55a1cdb7df62e485b370a5d8225a410fef7 /tests/yacc4.test
parentd6e1e097131711e69fdeeebf3f9f5d0d886a6fad (diff)
downloadautomake-13a21fc416633926012c5c2366936295d5ce0e1b.tar.gz
* tests/defs (required): Handle bison; set YACC automatically.
* tests/pr204.test, tests/yacc4.test, tests/yacc8.test, tests/yaccvpath.test: Require bison. Don't set YACC.
Diffstat (limited to 'tests/yacc4.test')
-rwxr-xr-xtests/yacc4.test10
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/yacc4.test b/tests/yacc4.test
index a2f6c5604..dcea3eda2 100755
--- a/tests/yacc4.test
+++ b/tests/yacc4.test
@@ -2,11 +2,9 @@
# Some simple tests of ylwrap functionality.
-required=gcc
+required='bison gcc'
. $srcdir/defs || exit 1
-(bison -V) > /dev/null 2>&1 || exit 77
-
cat > configure.in << 'END'
AC_INIT
AC_CONFIG_AUX_DIR([.])
@@ -48,12 +46,6 @@ cat > foo.c << 'END'
int main () { return 0; }
END
-# We are not checking Autoconf, so we pick $YACC for it.
-YACC="bison -y"
-export YACC
-
-$YACC --version || exit 77
-
set -e
$ACLOCAL