, [enable_yacc=yes])
case $enable_yacc in
yes)
- YACC_SCRIPT=yacc
+ YACC_SCRIPT=src/yacc
YACC_LIBRARY=liby.a;;
*)
YACC_SCRIPT=
# 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
AC_CONFIG_FILES([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