diff options
author | hobbs <hobbs> | 2005-02-11 18:31:16 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2005-02-11 18:31:16 (GMT) |
commit | f4f3da529e46b07a8d26d9ab621b9359bdfc0f0f (patch) | |
tree | b34e3d3c68fcb864c20ee5a18fb47ec125a58361 /ChangeLog | |
parent | 90397dff7078de0f2ac63ea4f4ef82268cda6466 (diff) | |
download | tk-f4f3da529e46b07a8d26d9ab621b9359bdfc0f0f.zip tk-f4f3da529e46b07a8d26d9ab621b9359bdfc0f0f.tar.gz tk-f4f3da529e46b07a8d26d9ab621b9359bdfc0f0f.tar.bz2 |
* unix/Makefile.in: remove SHLIB_LD_FLAGS (only for AIX, inlined
* unix/tcl.m4: into SHLIB_LD). Combine AIX-* and AIX-5
* unix/configure: branches in SC_CONFIG_CFLAGS.
Correct gcc builds for AIX-4+ and HP-UX-11. autoconf-2.59 gen'd.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-02-11 Jeff Hobbs <jeffh@ActiveState.com> + + * unix/Makefile.in: remove SHLIB_LD_FLAGS (only for AIX, inlined + * unix/tcl.m4: into SHLIB_LD). Combine AIX-* and AIX-5 + * unix/configure: branches in SC_CONFIG_CFLAGS. + Correct gcc builds for AIX-4+ and HP-UX-11. autoconf-2.59 gen'd. + 2005-02-09 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> * tests/wm.test: Convert to use more tcltest2 features. |