summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2002-07-29 23:03:50 (GMT)
committermdejong <mdejong>2002-07-29 23:03:50 (GMT)
commit6f84ec2546cb3979a28762959b246920a12c273a (patch)
treedc4edd1b5ffbbef93327e1049ef58f19220504ee /ChangeLog
parentb112f523461ca796691161f03eade4284dbc145d (diff)
downloadtk-6f84ec2546cb3979a28762959b246920a12c273a.zip
tk-6f84ec2546cb3979a28762959b246920a12c273a.tar.gz
tk-6f84ec2546cb3979a28762959b246920a12c273a.tar.bz2
* unix/configure: Regen.
* unix/configure.in: Remove code that was setting CC_SEARCH_FLAGS and LD_SEARCH_FLAGS to try to account for cc vs ld linking. Tcl now handles this. * unix/tcl.m4: Update from Tcl.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f7007b0..46113a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2002-07-29 Mo DeJong <mdejong@users.sourceforge.net>
+
+ * unix/configure: Regen.
+ * unix/configure.in: Remove code that was setting
+ CC_SEARCH_FLAGS and LD_SEARCH_FLAGS to try to
+ account for cc vs ld linking. Tcl now handles this.
+ * unix/tcl.m4: Update from Tcl.
+
2002-07-27 Mo DeJong <mdejong@users.sourceforge.net>
* unix/Makefile.in: Add MAJOR_VERSION, MINOR_VERSION,