* tests/Makefile.am (EXTRA_DIST): bison is not to be shipped.
+2001-09-28 Akim Demaille <akim@epita.fr>
+
+ * tests/testsuite.at: Update to newer Autotest.
+ * tests/Makefile.am (EXTRA_DIST): bison is not to be shipped.
+
2001-09-27 Akim Demaille <akim@epita.fr>
Position independent wrapper.
calc
*.output *.vcg
autom4te.cache
+bison
## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
## 02111-1307, USA.
-EXTRA_DIST = atlocal.in bison $(TESTSUITE_AT) testsuite
+EXTRA_DIST = atlocal.in $(TESTSUITE_AT) testsuite
DISTCLEANFILES = atconfig atlocal bison package.m4
MAINTAINERCLEANFILES = Makefile.in $(TESTSUITE)
am__quote = @am__quote@
install_sh = @install_sh@
-EXTRA_DIST = atlocal.in bison $(TESTSUITE_AT) testsuite
+EXTRA_DIST = atlocal.in $(TESTSUITE_AT) testsuite
DISTCLEANFILES = atconfig atlocal bison package.m4
MAINTAINERCLEANFILES = Makefile.in $(TESTSUITE)
# 02111-1307, USA.
# We need a recent Autotest.
-m4_version_prereq([2.52d])
+m4_version_prereq([2.52e])
AT_INIT
-AT_VICTIMS([bison])
+AT_TESTED([bison])
m4_include([output.at])
m4_include([calc.at])