* tests/testsuite.at: Update to newer Autotest.

* tests/Makefile.am (EXTRA_DIST): bison is not to be shipped.
This commit is contained in:
Akim Demaille
2001-09-28 11:56:12 +00:00
parent 0b3870c112
commit ab30845981
5 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
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.

View File

@@ -16,3 +16,4 @@ calc.tab.*
calc
*.output *.vcg
autom4te.cache
bison

View File

@@ -18,7 +18,7 @@
## 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)

View File

@@ -96,7 +96,7 @@ am__include = @am__include@
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)

View File

@@ -19,11 +19,11 @@
# 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])