]> 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 f7b42501bd8c56b4c20d4b2c74ce1124b48aa686..34d1c6b63b3655eb9cfd8a11cbdafb5af3ab8708 100644 (file)
@@ -17,8 +17,9 @@
 # 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.875e], [bug-bison@gnu.org])
 AC_CONFIG_AUX_DIR([config])
@@ -103,6 +104,7 @@ BISON_PREREQ_TIMEVAR
 
 # gnulib and gettext.
 GNULIB_AUTOCONF_SNIPPET
+AM_GNU_GETTEXT_VERSION([0.11.5])
 
 # Initialize the test suite.
 AC_CONFIG_TESTDIR(tests)