summaryrefslogtreecommitdiffstats
path: root/win/tkConfig.sh.in
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-10-15 21:19:16 (GMT)
committerhobbs <hobbs>2001-10-15 21:19:16 (GMT)
commit949318f79f2417ad6c2611d6d74eadbdb70157be (patch)
tree259662f574904384e38bf66029e87b86e1a5122f /win/tkConfig.sh.in
parent343a12a735abd601b4cd5c087be337a51851adb6 (diff)
downloadtk-949318f79f2417ad6c2611d6d74eadbdb70157be.zip
tk-949318f79f2417ad6c2611d6d74eadbdb70157be.tar.gz
tk-949318f79f2417ad6c2611d6d74eadbdb70157be.tar.bz2
* unix/configure:
* unix/configure.in: * win/configure: * win/configure.in: * win/tkConfig.sh.in: reworked to be a little cleaner in comparison to each other, and to AC_SUBST even empty vars for win/tkConfig.sh
Diffstat (limited to 'win/tkConfig.sh.in')
-rw-r--r--win/tkConfig.sh.in10
1 files changed, 2 insertions, 8 deletions
diff --git a/win/tkConfig.sh.in b/win/tkConfig.sh.in
index 09e4a90..919a9d6 100644
--- a/win/tkConfig.sh.in
+++ b/win/tkConfig.sh.in
@@ -11,7 +11,7 @@
#
# The information in this file is specific to a single platform.
#
-# RCS: @(#) $Id: tkConfig.sh.in,v 1.1 1999/06/16 22:54:03 surles Exp $
+# RCS: @(#) $Id: tkConfig.sh.in,v 1.2 2001/10/15 21:19:16 hobbs Exp $
# Tk's version number.
TK_VERSION='@TK_VERSION@'
@@ -32,7 +32,7 @@ TK_DBGX=@TK_DBGX@
TK_LIB_FILE='@TK_LIB_FILE@'
# Additional libraries to use when linking Tk.
-TK_LIBS='@XLIBSW@ @DL_LIBS@ @LIBS@ @MATH_LIBS@'
+TK_LIBS='@LIBS@ @LIBS_GUI@'
# Top-level directory in which Tcl's platform-independent files are
# installed.
@@ -42,12 +42,6 @@ TK_PREFIX='@prefix@'
# executables) are installed.
TK_EXEC_PREFIX='@exec_prefix@'
-# -I switch(es) to use to make all of the X11 include files accessible:
-TK_XINCLUDES='@XINCLUDES@'
-
-# Linker switch(es) to use to link with the X11 library archive.
-TK_XLIBSW='@XLIBSW@'
-
# -l flag to pass to the linker to pick up the Tcl library
TK_LIB_FLAG='@TK_LIB_FLAG@'