diff options
author | hobbs <hobbs> | 2010-08-12 00:14:26 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2010-08-12 00:14:26 (GMT) |
commit | 1aa96b7a0d4fbaee771f48cb1f7a80f8d3355c1f (patch) | |
tree | a8c7fbad414e6257d374b85dd7f06dd658d0711d /ChangeLog | |
parent | b1da2235649e973072f593db9b38348cc35700a2 (diff) | |
download | tk-1aa96b7a0d4fbaee771f48cb1f7a80f8d3355c1f.zip tk-1aa96b7a0d4fbaee771f48cb1f7a80f8d3355c1f.tar.gz tk-1aa96b7a0d4fbaee771f48cb1f7a80f8d3355c1f.tar.bz2 |
* unix/configure: regen with ac-2.59
* unix/configure.in, unix/Makefile.in:
* unix/tcl.m4 (AIX): remove the need for ldAIX, replace with
-bexpall/-brtl. Remove TK_EXP_FILE (export file) and other
baggage that went with it. Remove pre-4 AIX build support.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2010-08-11 Jeff Hobbs <jeffh@ActiveState.com> + + * unix/configure: regen with ac-2.59 + * unix/configure.in, unix/Makefile.in: + * unix/tcl.m4 (AIX): remove the need for ldAIX, replace with + -bexpall/-brtl. Remove TK_EXP_FILE (export file) and other + baggage that went with it. Remove pre-4 AIX build support. + 2010-08-11 Donal K. Fellows <dkf@users.sf.net> * generic/tkCanvLine.c (LineDeleteCoords): [Bug 2900121]: Backport of |