summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2003-03-19 03:14:41 (GMT)
committermdejong <mdejong>2003-03-19 03:14:41 (GMT)
commita2ca0faf6d40b076eb7a6f9ec23f6b4fe3b4c9e9 (patch)
treee4b127bff085de8888785db6e33f883c72e276f8 /ChangeLog
parentac8f14c105d1988c7d164c4da884550744652264 (diff)
downloadtk-a2ca0faf6d40b076eb7a6f9ec23f6b4fe3b4c9e9.zip
tk-a2ca0faf6d40b076eb7a6f9ec23f6b4fe3b4c9e9.tar.gz
tk-a2ca0faf6d40b076eb7a6f9ec23f6b4fe3b4c9e9.tar.bz2
* win/configure: Regen.
* win/configure.in: Don't run the AC_CYGWIN macro since it uses AC_CANONICAL_HOST under autoconf 2.5X. Just check to see if __CYGWIN__ is defined by the compiler and set the ac_cv_cygwin variable based on that. [Tcl Bug 705912]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 863aad2..0812923 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+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
+ autoconf 2.5X. Just check to see if __CYGWIN__
+ is defined by the compiler and set the
+ ac_cv_cygwin variable based on that.
+ [Tcl Bug 705912]
+
2003-03-18 Don Porter <dgp@users.sourceforge.net>
* tests/unixWm.test (unixWm-41.2): Corrected typo in 2003-03-13