mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 16:53:02 +00:00
Require Autoconf 2.59, and don't include local.at twice since
Autoconf 2.59 yells about it for some reason.
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
# 02111-1307, USA.
|
# 02111-1307, USA.
|
||||||
|
|
||||||
# We want a recent Autotest.
|
# We want a recent Autotest.
|
||||||
m4_version_prereq([2.57])
|
m4_version_prereq([2.58])
|
||||||
|
|
||||||
|
|
||||||
## ------------------------------- ##
|
## ------------------------------- ##
|
||||||
|
|||||||
@@ -18,11 +18,6 @@
|
|||||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
||||||
# 02111-1307, USA.
|
# 02111-1307, USA.
|
||||||
|
|
||||||
# Initializes Autotest, imports macros etc. It will trigger a warning
|
|
||||||
# with Autoconf 2.58, because it includes this file automatically, but
|
|
||||||
# it causes no real problem.
|
|
||||||
m4_include([local.at])
|
|
||||||
|
|
||||||
|
|
||||||
# Testing resistance to user bugs.
|
# Testing resistance to user bugs.
|
||||||
m4_include([input.at])
|
m4_include([input.at])
|
||||||
|
|||||||
Reference in New Issue
Block a user