mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 09:43:03 +00:00
* tests/testsuite.at: Update to newer Autotest.
* tests/Makefile.am (EXTRA_DIST): bison is not to be shipped.
This commit is contained in:
@@ -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>
|
2001-09-27 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
Position independent wrapper.
|
Position independent wrapper.
|
||||||
|
|||||||
@@ -16,3 +16,4 @@ calc.tab.*
|
|||||||
calc
|
calc
|
||||||
*.output *.vcg
|
*.output *.vcg
|
||||||
autom4te.cache
|
autom4te.cache
|
||||||
|
bison
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
||||||
## 02111-1307, USA.
|
## 02111-1307, USA.
|
||||||
|
|
||||||
EXTRA_DIST = atlocal.in bison $(TESTSUITE_AT) testsuite
|
EXTRA_DIST = atlocal.in $(TESTSUITE_AT) testsuite
|
||||||
|
|
||||||
DISTCLEANFILES = atconfig atlocal bison package.m4
|
DISTCLEANFILES = atconfig atlocal bison package.m4
|
||||||
MAINTAINERCLEANFILES = Makefile.in $(TESTSUITE)
|
MAINTAINERCLEANFILES = Makefile.in $(TESTSUITE)
|
||||||
|
|||||||
@@ -96,7 +96,7 @@ am__include = @am__include@
|
|||||||
am__quote = @am__quote@
|
am__quote = @am__quote@
|
||||||
install_sh = @install_sh@
|
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
|
DISTCLEANFILES = atconfig atlocal bison package.m4
|
||||||
MAINTAINERCLEANFILES = Makefile.in $(TESTSUITE)
|
MAINTAINERCLEANFILES = Makefile.in $(TESTSUITE)
|
||||||
|
|||||||
@@ -19,11 +19,11 @@
|
|||||||
# 02111-1307, USA.
|
# 02111-1307, USA.
|
||||||
|
|
||||||
# We need a recent Autotest.
|
# We need a recent Autotest.
|
||||||
m4_version_prereq([2.52d])
|
m4_version_prereq([2.52e])
|
||||||
|
|
||||||
AT_INIT
|
AT_INIT
|
||||||
|
|
||||||
AT_VICTIMS([bison])
|
AT_TESTED([bison])
|
||||||
|
|
||||||
m4_include([output.at])
|
m4_include([output.at])
|
||||||
m4_include([calc.at])
|
m4_include([calc.at])
|
||||||
|
|||||||
Reference in New Issue
Block a user