diff options
author | Kevin B Kenny <kennykb@acm.org> | 2009-01-22 02:16:02 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2009-01-22 02:16:02 (GMT) |
commit | 2692c18baacd3eafcb049e85e49faf0c28e715ea (patch) | |
tree | 9aaf33b260eeca555d151ccf7f810061291f7651 /ChangeLog | |
parent | 9c026cec4e9775bcdcc7009b9866e4e570ba8b6e (diff) | |
download | tcl-2692c18baacd3eafcb049e85e49faf0c28e715ea.zip tcl-2692c18baacd3eafcb049e85e49faf0c28e715ea.tar.gz tcl-2692c18baacd3eafcb049e85e49faf0c28e715ea.tar.bz2 |
* unix/tcl.m4: Corrected a typo ($(SHLIB_VEERSION) should be ${SHLIB_VERSION}).
* unix/configure: Autoconf 2.59
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2009-01-22 Kevin B. Kenny <kennykb@acm.org> + + * unix/tcl.m4: Corrected a typo ($(SHLIB_VEERSION) should be + ${SHLIB_VERSION}). + * unix/configure: Autoconf 2.59 + 2009-01-21 Andreas Kupries <andreask@activestate.com> * generic/tclIORChan.c (ReflectClose): Fix for [Bug 2458202]. |