]> git.saurik.com Git - bison.git/commitdiff
Require Autoconf 2.59, and don't include local.at twice since
authorPaul Eggert <eggert@twinsun.com>
Wed, 24 Dec 2003 08:26:02 +0000 (08:26 +0000)
committerPaul Eggert <eggert@twinsun.com>
Wed, 24 Dec 2003 08:26:02 +0000 (08:26 +0000)
Autoconf 2.59 yells about it for some reason.

tests/local.at
tests/testsuite.at

index 5753ade90d91add78a8def66f707de50cc673728..9ede293db21f98709162d325c32925621e99811e 100644 (file)
@@ -19,7 +19,7 @@
 # 02111-1307, USA.
 
 # We want a recent Autotest.
-m4_version_prereq([2.57])
+m4_version_prereq([2.58])
 
 
 ## ------------------------------- ##
index a751002193873f98d948e03f3b44ed5bf0d26934..d54975d704de34eaba625c6cc0d751d384022946 100644 (file)
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 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.
 m4_include([input.at])