aboutsummaryrefslogtreecommitdiff
path: root/example/Makefile.in
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2004-02-08 02:03:16 +0000
committerBen Elliston <bje@gnu.org>2004-02-08 02:03:16 +0000
commitf4c26a04b436e66c8b448fc1ab78a84257fd3e63 (patch)
treec6f3456a560a5ca8c72e2bb0c1872e294bfd573d /example/Makefile.in
parent15f2343a5aad4bdfc63d4c65692e16ae51c143ce (diff)
* configure.ac: Use AC_PATH_PROG to find expect(1).
(DJ_AC_PATH_TCLSH): Remove unneeded invocation. * acinclude.m4 (DJ_AC_PATH_TCLSH): Remove (unused). (DJ_AC_STL): Likewise. * configure: Regenerate. * aclocal.m4: Likewise. * configure: Likewise. * Makefile.in: Likewise. * doc/Makefile.in: Likewise. * example/Makefile.in: Likewise. * testsuite/Makefile.in: Likewise. * testsuite/libdejagnu/Makefile.in: Likewise. * TODO: Update.
Diffstat (limited to 'example/Makefile.in')
-rw-r--r--example/Makefile.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/example/Makefile.in b/example/Makefile.in
index bd2385d..0949ece 100644
--- a/example/Makefile.in
+++ b/example/Makefile.in
@@ -54,7 +54,6 @@ ETAGS = etags
CTAGS = ctags
DEJATOOL = $(PACKAGE)
RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
-EXPECT = expect
RUNTEST = runtest
DIST_SUBDIRS = $(SUBDIRS)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
@@ -83,6 +82,7 @@ ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EXEEXT = @EXEEXT@
+EXPECT = @EXPECT@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
@@ -106,7 +106,6 @@ PATH_SEPARATOR = @PATH_SEPARATOR@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
-TCLSH = @TCLSH@
VERSION = @VERSION@
YACC = @YACC@
ac_ct_CC = @ac_ct_CC@
@@ -140,7 +139,6 @@ sharedstatedir = @sharedstatedir@
subdirs = @subdirs@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
-tclsh = @tclsh@
AUTOMAKE_OPTIONS = dejagnu
SUBDIRS = calc hello
all: all-recursive