summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authormdejong <mdejong>2002-07-16 21:10:13 (GMT)
committermdejong <mdejong>2002-07-16 21:10:13 (GMT)
commit3be076f63eb1d301a7fa6d5682970b60018459fa (patch)
tree8b358e20e7c72d83a8e8cf582ec1c9dd9feb8b7f /unix
parent67208e7cb489fda2de1e63a9fe782b4f3794f486 (diff)
downloadtcl-3be076f63eb1d301a7fa6d5682970b60018459fa.zip
tcl-3be076f63eb1d301a7fa6d5682970b60018459fa.tar.gz
tcl-3be076f63eb1d301a7fa6d5682970b60018459fa.tar.bz2
* unix/configure: Regen.
* unix/configure.in: Remove useless subst of TCL_BIN_DIR.
Diffstat (limited to 'unix')
-rwxr-xr-xunix/configure2
-rw-r--r--unix/configure.in3
2 files changed, 1 insertions, 4 deletions
diff --git a/unix/configure b/unix/configure
index 2f8ff97..492c5eb 100755
--- a/unix/configure
+++ b/unix/configure
@@ -6944,7 +6944,6 @@ TCL_SHARED_BUILD=${SHARED_BUILD}
-
trap '' 1 2 15
cat > confcache <<\EOF
# This file is a shell script that caches the results of configure
@@ -7117,7 +7116,6 @@ s%@TCL_INCLUDE_SPEC@%$TCL_INCLUDE_SPEC%g
s%@TCL_BUILD_STUB_LIB_SPEC@%$TCL_BUILD_STUB_LIB_SPEC%g
s%@TCL_BUILD_STUB_LIB_PATH@%$TCL_BUILD_STUB_LIB_PATH%g
s%@TCL_SRC_DIR@%$TCL_SRC_DIR%g
-s%@TCL_BIN_DIR@%$TCL_BIN_DIR%g
s%@TCL_DBGX@%$TCL_DBGX%g
s%@CFG_TCL_SHARED_LIB_SUFFIX@%$CFG_TCL_SHARED_LIB_SUFFIX%g
s%@CFG_TCL_UNSHARED_LIB_SUFFIX@%$CFG_TCL_UNSHARED_LIB_SUFFIX%g
diff --git a/unix/configure.in b/unix/configure.in
index 2482805..4f6de8c 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -3,7 +3,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.
#
-# RCS: @(#) $Id: configure.in,v 1.90 2002/07/14 17:29:03 dgp Exp $
+# RCS: @(#) $Id: configure.in,v 1.91 2002/07/16 21:10:15 mdejong Exp $
AC_INIT(../generic/tcl.h)
@@ -532,7 +532,6 @@ AC_SUBST(TCL_BUILD_STUB_LIB_SPEC)
AC_SUBST(TCL_BUILD_STUB_LIB_PATH)
AC_SUBST(TCL_SRC_DIR)
-AC_SUBST(TCL_BIN_DIR)
AC_SUBST(TCL_DBGX)
AC_SUBST(CFG_TCL_SHARED_LIB_SUFFIX)
AC_SUBST(CFG_TCL_UNSHARED_LIB_SUFFIX)