X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/cd409e3b50c48def3561ac56366d6b45e6d0f6ce..0078681b6bc2d90f74654f85f076fe224a990f07:/configure.ac?ds=sidebyside diff --git a/configure.ac b/configure.ac index 51e0553f..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 @@ -150,10 +150,7 @@ gt_JAVAEXEC AC_CONFIG_FILES([Makefile po/Makefile.in - data/Makefile - etc/Makefile examples/calc++/Makefile - lib/Makefile src/Makefile - doc/Makefile - doc/yacc.1]) + lib/Makefile + doc/yacc.1]) AC_OUTPUT