summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2003-04-03 02:00:57 (GMT)
committermdejong <mdejong>2003-04-03 02:00:57 (GMT)
commit716654847d9b33d1d1237fcaedb87a9f760a1caf (patch)
tree38b0a1722ba3bb0d14f81347ec8589588648d568 /ChangeLog
parent20cd923c20d063b70a4815998f45cd0443742667 (diff)
downloadtk-716654847d9b33d1d1237fcaedb87a9f760a1caf.zip
tk-716654847d9b33d1d1237fcaedb87a9f760a1caf.tar.gz
tk-716654847d9b33d1d1237fcaedb87a9f760a1caf.tar.bz2
* win/configure: Regen.
* win/configure.in: Don't set TCL_DLL_FILE, TCL_LIB_FILE, TCL_STUB_LIB_FILE, TCL_STUB_LIB_FLAG, and TCL_BUILD_STUB_LIB_SPEC. These variables are already set in tclConfig.sh. Don't subst vars that are either not used, or already covered by a subst in SC_LOAD_TCLCONFIG. [Bug 691908]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e628bd..31af358 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2003-04-02 Mo DeJong <mdejong@users.sourceforge.net>
+
+ * win/configure: Regen.
+ * win/configure.in: Don't set TCL_DLL_FILE,
+ TCL_LIB_FILE, TCL_STUB_LIB_FILE, TCL_STUB_LIB_FLAG,
+ and TCL_BUILD_STUB_LIB_SPEC. These variables are
+ already set in tclConfig.sh. Don't subst vars
+ that are either not used, or already covered by
+ a subst in SC_LOAD_TCLCONFIG.
+ [Bug 691908]
+
2003-04-01 Mo DeJong <mdejong@users.sourceforge.net>
* unix/configure: Regen.