diff options
author | escoffon <escoffon> | 1998-07-21 15:22:15 (GMT) |
---|---|---|
committer | escoffon <escoffon> | 1998-07-21 15:22:15 (GMT) |
commit | 78fb54b92486e46f62c08bf7c5cffc643630c161 (patch) | |
tree | aaa835183ab82639b32ab7ea1061343a1668e786 /unix | |
parent | 65a28929d7bb05f0725c531b7df0941e6b243faa (diff) | |
download | tcl-78fb54b92486e46f62c08bf7c5cffc643630c161.zip tcl-78fb54b92486e46f62c08bf7c5cffc643630c161.tar.gz tcl-78fb54b92486e46f62c08bf7c5cffc643630c161.tar.bz2 |
added the TCL_LIB_FLAG variable
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tclConfig.sh.in | 5 |
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@' |