]> git.saurik.com Git - bison.git/blobdiff - configure.ac
Get rid of lalr1-split.cc.
[bison.git] / configure.ac
index 659c312881b5b4217e79414f72956e2c02dbeb1c..83d2e69d5970cd6e6a83a1060fa0009d2b0c7586 100644 (file)
@@ -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
@@ -152,6 +152,5 @@ AC_CONFIG_FILES([Makefile
                 po/Makefile.in
                 examples/calc++/Makefile
                 lib/Makefile
-                doc/Makefile
-                  doc/yacc.1])
+                doc/yacc.1])
 AC_OUTPUT