* Makefile.am (check-DEJAGNU): Don't search for expect.

* Makefile.in: Regenerate.
This commit is contained in:
Ben Elliston
2005-06-30 00:54:06 +00:00
parent f8c1e89329
commit b753922c0b
9 changed files with 15 additions and 24 deletions

View File

@ -542,10 +542,6 @@ check-DEJAGNU: site.exp
rootme=`pwd`; export rootme; \
srcdir=`cd ${srcdir}; pwd` ; export srcdir ; \
EXPECT=${EXPECT} ; export EXPECT ; \
if [ -f $(top_builddir)/../expect/expect ]; then \
TCL_LIBRARY=`cd $(top_srcdir)/../tcl/library && pwd`; \
export TCL_LIBRARY; \
fi; \
runtest=$(RUNTEST); \
cd testsuite; \
if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \