]> git.saurik.com Git - bison.git/commitdiff
* tests/testsuite.at: Update to newer Autotest.
authorAkim Demaille <akim@epita.fr>
Fri, 28 Sep 2001 11:56:12 +0000 (11:56 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 28 Sep 2001 11:56:12 +0000 (11:56 +0000)
* tests/Makefile.am (EXTRA_DIST): bison is not to be shipped.

ChangeLog
tests/.cvsignore
tests/Makefile.am
tests/Makefile.in
tests/testsuite.at

index be90bb297b935b12585144f59f6451b70c44c57c..84663ca9af8a9d85148ac4e99be396003900a65a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index eeffe34f68fdae443c4ab6846edbcfa1c8655933..05e80ce711d9077bfd2ebe17805383026b5dad1b 100644 (file)
@@ -16,3 +16,4 @@ calc.tab.*
 calc
 *.output *.vcg
 autom4te.cache
+bison
index fa624628014b9345926e01fc86c0df75cf995737..eefd1f96498d96ec074f80e826cec6ca94cfa26d 100644 (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)
index dc70d89b4ba97e2bc3f602512efbd1228750cf35..bc0e8bacf86da26e1a6fba64f6a2c8df49747e1c 100644 (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)
index d1ce4e89cf3d2fddb65173325be483eb21f8fdc6..404f94811d245eac54042ed8ef0c5aca410f664e 100644 (file)
 # 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])