]> git.saurik.com Git - bison.git/blobdiff - configure.ac
* data/lalr1.cc (yy_reduce_print_): Add a missing end-of-line.
[bison.git] / configure.ac
index 22bfb2027ac10aee9a80ab9374c22dd66d0e14f1..56a69b6081a46434896f848f4924093c4ff4107a 100644 (file)
@@ -118,6 +118,9 @@ AC_CONFIG_FILES([runtime-po/Makefile.in])
 aclocaldir='${datadir}/aclocal'
 AC_SUBST([aclocaldir])
 
+# Create the benchmark script.
+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])
@@ -137,6 +140,7 @@ 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])