X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/e476c87d935519d5069d44d1628aa3d5741dd81b..62cb8a9920995f43440c59fbc49967aea4f9559a:/configure.ac diff --git a/configure.ac b/configure.ac index 03ec0ec7..34d1c6b6 100644 --- a/configure.ac +++ b/configure.ac @@ -17,10 +17,11 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA # 02111-1307 USA -# We need a recent Autoconf to run a recent Autotest. -AC_PREREQ(2.57) +# We need a recent Autoconf to avoid the message +# "autom4te: unknown language: Autoconf-without-aclocal-m4". +AC_PREREQ(2.58) -AC_INIT([GNU Bison], [1.875d], [bug-bison@gnu.org]) +AC_INIT([GNU Bison], [1.875e], [bug-bison@gnu.org]) AC_CONFIG_AUX_DIR([config]) AC_CONFIG_MACRO_DIR([m4]) @@ -103,7 +104,7 @@ BISON_PREREQ_TIMEVAR # gnulib and gettext. GNULIB_AUTOCONF_SNIPPET -AM_GNU_GETTEXT_VERSION([0.14.1]) +AM_GNU_GETTEXT_VERSION([0.11.5]) # Initialize the test suite. AC_CONFIG_TESTDIR(tests) @@ -111,6 +112,7 @@ AC_CONFIG_FILES([tests/Makefile tests/atlocal]) AC_CONFIG_FILES([tests/bison], [chmod +x tests/bison]) AC_CHECK_PROGS([VALGRIND], [valgrind]) AC_PROG_CXX +BISON_TEST_FOR_WORKING_CXX_COMPILER AM_MISSING_PROG([AUTOM4TE], [autom4te]) # Needed by tests/atlocal.in. AC_SUBST([GCC])