summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormdejong <mdejong>2003-03-19 03:21:15 (GMT)
committermdejong <mdejong>2003-03-19 03:21:15 (GMT)
commit8eb6885da045f991fdf042d6cf49f64179e08e99 (patch)
tree5a78481cbd32bad073271b33934c9887fec9d77f
parenta2ca0faf6d40b076eb7a6f9ec23f6b4fe3b4c9e9 (diff)
downloadtk-8eb6885da045f991fdf042d6cf49f64179e08e99.zip
tk-8eb6885da045f991fdf042d6cf49f64179e08e99.tar.gz
tk-8eb6885da045f991fdf042d6cf49f64179e08e99.tar.bz2
* win/tkConfig.sh.in: Add TK_DLL_FILE entry
to mirror the TCL_DLL_FILE entry in tclConfig.sh. [Patch 694271]
-rw-r--r--ChangeLog6
-rw-r--r--win/tkConfig.sh.in4
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0812923..31775cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2003-03-18 Mo DeJong <mdejong@users.sourceforge.net>
+ * win/tkConfig.sh.in: Add TK_DLL_FILE entry
+ to mirror the TCL_DLL_FILE entry in tclConfig.sh.
+ [Patch 694271]
+
+2003-03-18 Mo DeJong <mdejong@users.sourceforge.net>
+
* win/configure: Regen.
* win/configure.in: Don't run the AC_CYGWIN
macro since it uses AC_CANONICAL_HOST under
diff --git a/win/tkConfig.sh.in b/win/tkConfig.sh.in
index 919a9d6..cc6a5a2 100644
--- a/win/tkConfig.sh.in
+++ b/win/tkConfig.sh.in
@@ -11,7 +11,9 @@
#
# The information in this file is specific to a single platform.
#
-# RCS: @(#) $Id: tkConfig.sh.in,v 1.2 2001/10/15 21:19:16 hobbs Exp $
+# RCS: @(#) $Id: tkConfig.sh.in,v 1.3 2003/03/19 03:21:22 mdejong Exp $
+
+TK_DLL_FILE="@TK_DLL_FILE@"
# Tk's version number.
TK_VERSION='@TK_VERSION@'