X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/905f069774cbcf94c6f46e8768e1f6a4a2e72591..9ce405ce1dd2ff7d495dafe6201b87669549f98b:/configure.ac diff --git a/configure.ac b/configure.ac index c5510f22..83d2e69d 100644 --- a/configure.ac +++ b/configure.ac @@ -79,7 +79,7 @@ AC_ARG_ENABLE([yacc], , [enable_yacc=yes]) case $enable_yacc in yes) - YACC_SCRIPT=yacc + YACC_SCRIPT=src/yacc YACC_LIBRARY=liby.a;; *) YACC_SCRIPT= @@ -134,7 +134,7 @@ AC_CONFIG_FILES([etc/bench.pl], [chmod +x etc/bench.pl]) # Initialize the test suite. AC_CONFIG_TESTDIR(tests) -AC_CONFIG_FILES([tests/Makefile tests/atlocal]) +AC_CONFIG_FILES([tests/atlocal]) AC_CONFIG_FILES([tests/bison], [chmod +x tests/bison]) AC_CHECK_PROGS([VALGRIND], [valgrind]) AC_PROG_CXX @@ -149,13 +149,8 @@ gt_JAVACOMP([1.3], [1.4]) gt_JAVAEXEC AC_CONFIG_FILES([Makefile - build-aux/Makefile po/Makefile.in - data/Makefile - etc/Makefile - examples/Makefile - examples/calc++/Makefile - lib/Makefile src/Makefile - doc/Makefile - doc/yacc.1]) + examples/calc++/Makefile + lib/Makefile + doc/yacc.1]) AC_OUTPUT