summaryrefslogtreecommitdiffstats
path: root/unix/tclConfig.sh.in
diff options
context:
space:
mode:
authortne <tne>2014-09-17 08:33:16 (GMT)
committertne <tne>2014-09-17 08:33:16 (GMT)
commitc26645e655287a0c10148e7014aa09d1ac2c735d (patch)
tree18bfa3a84bdd2944c551239b410858fef4f8bb52 /unix/tclConfig.sh.in
parent82923d2bab1959b7f1ab2870e2389a7a0b6cfa6a (diff)
downloadtcl-c26645e655287a0c10148e7014aa09d1ac2c735d.zip
tcl-c26645e655287a0c10148e7014aa09d1ac2c735d.tar.gz
tcl-c26645e655287a0c10148e7014aa09d1ac2c735d.tar.bz2
Walked back modifications to tclConfig.sh.in
(Builds don't require them anymore)
Diffstat (limited to 'unix/tclConfig.sh.in')
-rw-r--r--unix/tclConfig.sh.in28
1 files changed, 0 insertions, 28 deletions
diff --git a/unix/tclConfig.sh.in b/unix/tclConfig.sh.in
index 976bd7f..b58e9fd 100644
--- a/unix/tclConfig.sh.in
+++ b/unix/tclConfig.sh.in
@@ -39,9 +39,6 @@ TCL_SHARED_BUILD=@TCL_SHARED_BUILD@
# The name of the Tcl library (may be either a .a file or a shared library):
TCL_LIB_FILE='@TCL_LIB_FILE@'
-# The name of the static Tcl library (intended for kits):
-TCL_KIT_LIB_FILE='@TCL_KIT_LIB_FILE@'
-
# Additional libraries to use when linking Tcl.
TCL_LIBS='@TCL_LIBS@'
@@ -145,31 +142,6 @@ TCL_SRC_DIR='@TCL_SRC_DIR@'
# the "exec_prefix" directory, if it is different.
TCL_PACKAGE_PATH='@TCL_PACKAGE_PATH@'
-# Core VFS Kit Support
-TCL_SUPPORT_KITS=1
-
-# The name of the Tcl kit library (.a):
-TCL_KIT_LIB_FILE='@TCL_KIT_LIB_FILE@'
-
-# -l flag to pass to the linker to pick up the Tcl kit library
-TCL_KIT_LIB_FLAG='@TCL_KIT_LIB_FLAG@'
-
-# String to pass to linker to pick up the Tcl kit library from its
-# build directory.
-TCL_BUILD_KIT_LIB_SPEC='@TCL_BUILD_KIT_LIB_SPEC@'
-
-# String to pass to linker to pick up the Tcl kit library from its
-# installed directory.
-TCL_KIT_LIB_SPEC='@TCL_KIT_LIB_SPEC@'
-
-# Path to the Tcl kit library in the build directory.
-TCL_BUILD_KIT_LIB_PATH='@TCL_BUILD_KIT_LIB_PATH@'
-
-# Path to the Tcl kit library in the install directory.
-TCL_KIT_LIB_PATH='@TCL_KIT_LIB_PATH@'
-
-# END VFS SUPPORT
-
# Tcl supports stub.
TCL_SUPPORTS_STUBS=1