mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
* src/parse-gram.y (lloc_default): Rewrite to avoid compiler bug.
* configure.ac (AC_PREREQ): Bump to 2.58.
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user