From 78fb54b92486e46f62c08bf7c5cffc643630c161 Mon Sep 17 00:00:00 2001 From: escoffon Date: Tue, 21 Jul 1998 15:22:15 +0000 Subject: added the TCL_LIB_FLAG variable --- unix/tclConfig.sh.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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@' -- cgit v0.12