summaryrefslogtreecommitdiffstats
path: root/unix/tclConfig.sh.in
diff options
context:
space:
mode:
authorwelch <welch@noemail.net>1998-07-29 10:30:29 (GMT)
committerwelch <welch@noemail.net>1998-07-29 10:30:29 (GMT)
commitc5e242aba18d7f954a27e1b1bfde263c87a07603 (patch)
tree7bcb99123170527a865df7bb91d5869ee0c551cc /unix/tclConfig.sh.in
parent627e4c6ca5954036e1e4c3459ce454fef5e8b8c3 (diff)
downloadtcl-c5e242aba18d7f954a27e1b1bfde263c87a07603.zip
tcl-c5e242aba18d7f954a27e1b1bfde263c87a07603.tar.gz
tcl-c5e242aba18d7f954a27e1b1bfde263c87a07603.tar.bz2
More DBG quoting fixes
FossilOrigin-Name: 884367dfd854d4c15ccc1d920e9a74b854b50ed5
Diffstat (limited to 'unix/tclConfig.sh.in')
-rw-r--r--unix/tclConfig.sh.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/tclConfig.sh.in b/unix/tclConfig.sh.in
index c6661e1..62d5db5 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.4 1998/07/28 17:33:45 welch Exp $
+# SCCS: %Z% $Id: tclConfig.sh.in,v 1.5 1998/07/29 10:30:30 welch Exp $
# Tcl's version number.
TCL_VERSION='@TCL_VERSION@'
@@ -35,7 +35,7 @@ TCL_CFLAGS_OPTIMIZE='@CFLAGS_OPTIMIZE@'
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@'
+TCL_LIB_FILE="@TCL_LIB_FILE@"
# Additional libraries to use when linking Tcl.
TCL_LIBS='@DL_LIBS@ @LIBS@ @MATH_LIBS@'
@@ -84,7 +84,7 @@ TCL_COMPAT_OBJS='@LIBOBJS@'
TCL_RANLIB='@RANLIB@'
# -l flag to pass to the linker to pick up the Tcl library
-TCL_LIB_FLAG='@TCL_LIB_FLAG@'
+TCL_LIB_FLAG="@TCL_LIB_FLAG@"
# String to pass to linker to pick up the Tcl library from its
# build directory.