summaryrefslogtreecommitdiffstats
path: root/unix/tclConfig.sh.in
diff options
context:
space:
mode:
authorescoffon <escoffon@noemail.net>1998-07-21 15:22:15 (GMT)
committerescoffon <escoffon@noemail.net>1998-07-21 15:22:15 (GMT)
commit9940d6d909b61dac3b5a22d2daae8e0eba148082 (patch)
treeaaa835183ab82639b32ab7ea1061343a1668e786 /unix/tclConfig.sh.in
parent4a12bf820bec04c47be42bbe18de32aaf34657ff (diff)
downloadtcl-9940d6d909b61dac3b5a22d2daae8e0eba148082.zip
tcl-9940d6d909b61dac3b5a22d2daae8e0eba148082.tar.gz
tcl-9940d6d909b61dac3b5a22d2daae8e0eba148082.tar.bz2
added the TCL_LIB_FLAG variable
FossilOrigin-Name: ac3138947c578be4ec91c450eef88a7e41672c93
Diffstat (limited to 'unix/tclConfig.sh.in')
-rw-r--r--unix/tclConfig.sh.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/unix/tclConfig.sh.in b/unix/tclConfig.sh.in
index 2042389..4379a79 100644
--- a/unix/tclConfig.sh.in
+++ b/unix/tclConfig.sh.in
@@ -9,7 +9,7 @@
#
# The information in this file is specific to a single platform.
#
-# SCCS: %Z% $Id: tclConfig.sh.in,v 1.2 1998/07/01 18:02:01 escoffon Exp $
+# SCCS: %Z% $Id: tclConfig.sh.in,v 1.3 1998/07/21 15:22:15 escoffon Exp $
# Tcl's version number.
TCL_VERSION='@TCL_VERSION@'
@@ -83,6 +83,9 @@ TCL_COMPAT_OBJS='@LIBOBJS@'
# Name of the ranlib program to use.
TCL_RANLIB='@RANLIB@'
+# -l flag to pass to the linker to pick up the Tcl library
+TCL_LIB_FLAG='@TCL_LIB_FLAG@'
+
# String to pass to linker to pick up the Tcl library from its
# build directory.
TCL_BUILD_LIB_SPEC='@TCL_BUILD_LIB_SPEC@'