summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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@'