summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2011-01-22 21:11:06 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2011-01-23 12:13:23 +0100
commitd86a273998952c09a569121c252512556b00d985 (patch)
tree31dee9e19219084513ac44fdae01e7a312b70da8 /doc
parent0283a956cd5f0a4522e2c3f1fa7155944464348e (diff)
downloadautomake-d86a273998952c09a569121c252512556b00d985.tar.gz
configure: look for a yacc program to be used by the testsuite
Instead of forcing the user to manually export 'YACC' in the testsuite to use a non-bison yacc, we now look for a yacc program at configure time, and use that as the default in the testsuite. * configure.ac: Look for a yacc program, using AC_CHECK_PROGS. * tests/defs.in: Updated to use the value of $YACC precomputed by configure, unless the user overrides that in the environment.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index c1739e546..a3cfbba7d 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -155,6 +155,7 @@ SHELL = @SHELL@
STRIP = @STRIP@
TEX = @TEX@
VERSION = @VERSION@
+YACC = @YACC@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@