diff options
author | das <das> | 2004-07-20 11:13:07 (GMT) |
---|---|---|
committer | das <das> | 2004-07-20 11:13:07 (GMT) |
commit | 3d2e7995dd6ea56840a0c4a2c00466ae914251db (patch) | |
tree | f3c026378d1be998b1074b6f4f7fa44ed833a9a6 /ChangeLog | |
parent | 344d66a51bb1caa147e4fc14c9c97c2c2549ab0d (diff) | |
download | tcl-3d2e7995dd6ea56840a0c4a2c00466ae914251db.zip tcl-3d2e7995dd6ea56840a0c4a2c00466ae914251db.tar.gz tcl-3d2e7995dd6ea56840a0c4a2c00466ae914251db.tar.bz2 |
* unix/tcl.m4: fixed Darwin autoconf breakage caused by
recent CFLAGS reordering.
* unix/configure: regen
* unix/tclConfig.sh.in: replaced EXTRA_CFLAGS with CFLAGS.
* unix/dltest/Makefile.in: replaced EXTRA_CFLAGS with DEFS.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2004-07-20 Daniel Steffen <das@users.sourceforge.net> + * unix/tcl.m4: fixed Darwin autoconf breakage caused by + recent CFLAGS reordering. + * unix/configure: regen + + * unix/tclConfig.sh.in: replaced EXTRA_CFLAGS with CFLAGS. + * unix/dltest/Makefile.in: replaced EXTRA_CFLAGS with DEFS. + * macosx/tclMacOSXBundle.c: dynamically acquire address for CFBundleOpenBundleResourceMap symbol, since it is only present in full CoreFoundation on Mac OS X and not in CFLite on pure Darwin. |