X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/f02e2948bdeda9d48089a79a9bd364b8a1b23b3a..75ad86eebd3f49dff81976eb83036eb7b7793e68:/configure.ac?ds=sidebyside diff --git a/configure.ac b/configure.ac index 22bfb202..bd9ff0b6 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) @@ -133,10 +136,14 @@ AC_SUBST([O0CFLAGS]) O0CXXFLAGS=`echo $CXXFLAGS | sed 's/-O[[0-9]] *//'` AC_SUBST([O0CXXFLAGS]) +gt_JAVACOMP([1.3]) +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])