]> git.saurik.com Git - bison.git/blobdiff - configure.ac
* src/parse-gram.y (lloc_default): Rewrite to avoid compiler bug.
[bison.git] / configure.ac
index 03ec0ec77d436d104fd84c72c24f2da4687dbbc1..34d1c6b63b3655eb9cfd8a11cbdafb5af3ab8708 100644 (file)
 # 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])