diff options
author | hobbs <hobbs> | 2005-02-11 18:30:42 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2005-02-11 18:30:42 (GMT) |
commit | 66bcfe37dd92b5ad577ea963159868d70655b49a (patch) | |
tree | af0f6853219d987b46f8ff41b5226dcffd9e73c8 /ChangeLog | |
parent | eb1d187f6b45b49683df1093661e3dd3b00844f3 (diff) | |
download | tcl-66bcfe37dd92b5ad577ea963159868d70655b49a.zip tcl-66bcfe37dd92b5ad577ea963159868d70655b49a.tar.gz tcl-66bcfe37dd92b5ad577ea963159868d70655b49a.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-11 Miguel Sofer <msofer@users.sf.net> * tests/basic.test (basic-26.3): new test |