summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2002-01-11 20:46:34 (GMT)
committermdejong <mdejong>2002-01-11 20:46:34 (GMT)
commitbdf455ff3aa47ec53602eea5ca50874e0287a25e (patch)
tree0b0b928524c26e83414fa22d4f5ba0c07731e223 /ChangeLog
parent5eb022d210ab41926b0be17e63347e5e864a1831 (diff)
downloadtcl-bdf455ff3aa47ec53602eea5ca50874e0287a25e.zip
tcl-bdf455ff3aa47ec53602eea5ca50874e0287a25e.tar.gz
tcl-bdf455ff3aa47ec53602eea5ca50874e0287a25e.tar.bz2
* unix/configure: Regen.
* unix/configure.in: * win/configure: Regen. * win/configure.in: Use ${libdir} instead of ${exec_prefix}/lib to properly support the --libdir option to configure. [Bug 489370]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3aea442..b9c26a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2002-01-11 Mo DeJong <mdejong@users.sourceforge.net>
+
+ * unix/configure: Regen.
+ * unix/configure.in:
+ * win/configure: Regen.
+ * win/configure.in: Use ${libdir} instead of ${exec_prefix}/lib
+ to properly support the --libdir option to configure. [Bug 489370]
+
2002-01-11 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* win/tclWinSerial.c (SerialSetOptionProc): Applied patch for SF