diff options
author | das <das> | 2004-07-30 08:31:21 (GMT) |
---|---|---|
committer | das <das> | 2004-07-30 08:31:21 (GMT) |
commit | 8cb60907ea6697c4c276a8814bee997e74909d2e (patch) | |
tree | e279e0c423f8675a6ff8087ce53f18c9901c7fa5 /ChangeLog | |
parent | ea89b5916fbc7de04f12434ab9146b0d7caa8ce5 (diff) | |
download | tcl-8cb60907ea6697c4c276a8814bee997e74909d2e.zip tcl-8cb60907ea6697c4c276a8814bee997e74909d2e.tar.gz tcl-8cb60907ea6697c4c276a8814bee997e74909d2e.tar.bz2 |
* unix/configure:
* unix/tcl.m4 (SC_CONFIG_CFLAGS): Darwin: instead of setting PLAT_OBJS
to explict object files in tcl.m4, refer to MAC_OSX_OBJS makefile var.
* unix/Makefile.in: added MAC_OSX_OBJS variable.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-07-30 Daniel Steffen <das@users.sourceforge.net> + + * unix/configure: + * unix/tcl.m4 (SC_CONFIG_CFLAGS): Darwin: instead of setting PLAT_OBJS + to explict object files in tcl.m4, refer to MAC_OSX_OBJS makefile var. + * unix/Makefile.in: added MAC_OSX_OBJS variable. + 2004-07-29 Don Porter <dgp@users.sourceforge.net> * library/package.tcl: [::pkg::create] is now an alias. Test |