X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/67a25fed4cf5d7c93f6909f6a2a9fe23104eb0df..7f41b888214850deb3a2563cb07a4925f8b62bf5:/tests/testsuite.at?ds=sidebyside diff --git a/tests/testsuite.at b/tests/testsuite.at index 44cc8417..a7510021 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -18,15 +18,11 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. -# We want a recent Autotest. -m4_version_prereq([2.57]) - -# Helping macros. +# 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]) -AT_INIT - -AT_TESTED([bison]) # Testing resistance to user bugs. m4_include([input.at])