summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstanton <stanton>1999-02-03 18:37:42 (GMT)
committerstanton <stanton>1999-02-03 18:37:42 (GMT)
commit3e5c4b0cfd21d1c35065c296da52fe468768810b (patch)
treec8f5cfd60d0d2b6f5562101fe69f4771298ea13a
parent6b883e17e71458357a4517752cebd5e7f15c8fa8 (diff)
downloadtcl-3e5c4b0cfd21d1c35065c296da52fe468768810b.zip
tcl-3e5c4b0cfd21d1c35065c296da52fe468768810b.tar.gz
tcl-3e5c4b0cfd21d1c35065c296da52fe468768810b.tar.bz2
removed AC_CONFIG_SUBDIRS(dltest) since this doesn't work in our build
environment
-rw-r--r--unix/configure.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/unix/configure.in b/unix/configure.in
index eb5fa68..67b3f6e 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.27 1999/02/03 02:58:51 stanton Exp $
+# RCS: @(#) $Id: configure.in,v 1.28 1999/02/03 18:37:42 stanton Exp $
TCL_VERSION=8.0
TCL_MAJOR_VERSION=8
@@ -1304,5 +1304,4 @@ AC_SUBST(TCL_SRC_DIR)
AC_SUBST(TCL_UNSHARED_LIB_SUFFIX)
AC_SUBST(TCL_VERSION)
-AC_CONFIG_SUBDIRS(dltest)
AC_OUTPUT(Makefile tclConfig.sh)