summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorstanton <stanton>1999-02-03 02:58:51 (GMT)
committerstanton <stanton>1999-02-03 02:58:51 (GMT)
commitcbffe4fd585f93561cf7f27a462438cd36bba688 (patch)
tree554113ec2f0334c29262910b521c801d98b34ba2 /unix/configure.in
parent18cb0870c48ff94988c65661ecc3b38cbcdda304 (diff)
downloadtcl-cbffe4fd585f93561cf7f27a462438cd36bba688.zip
tcl-cbffe4fd585f93561cf7f27a462438cd36bba688.tar.gz
tcl-cbffe4fd585f93561cf7f27a462438cd36bba688.tar.bz2
* unix/configure.in: Changed to automatically configure in dltest.
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/configure.in b/unix/configure.in
index 8347361..eb5fa68 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -2,7 +2,7 @@ dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run during Tcl installation
dnl to configure the system for the local environment.
AC_INIT(../generic/tcl.h)
-# RCS: @(#) $Id: configure.in,v 1.26 1999/02/02 22:29:16 stanton Exp $
+# RCS: @(#) $Id: configure.in,v 1.27 1999/02/03 02:58:51 stanton Exp $
TCL_VERSION=8.0
TCL_MAJOR_VERSION=8
@@ -1304,4 +1304,5 @@ AC_SUBST(TCL_SRC_DIR)
AC_SUBST(TCL_UNSHARED_LIB_SUFFIX)
AC_SUBST(TCL_VERSION)
+AC_CONFIG_SUBDIRS(dltest)
AC_OUTPUT(Makefile tclConfig.sh)