diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-03-14 17:20:24 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-03-14 17:20:24 (GMT) |
commit | cf3c59ff7d954075f319cb28eb6e6d72c2d455d3 (patch) | |
tree | dd80290c310e6a65352d035caab53c966b5a8347 /ChangeLog | |
parent | cd22f95d41584006165f126690c1183321de74f8 (diff) | |
download | tcl-cf3c59ff7d954075f319cb28eb6e6d72c2d455d3.zip tcl-cf3c59ff7d954075f319cb28eb6e6d72c2d455d3.tar.gz tcl-cf3c59ff7d954075f319cb28eb6e6d72c2d455d3.tar.bz2 |
Added support for reporting TEA-like info via pkg-config.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,7 +1,15 @@ +2009-03-14 Donal K. Fellows <dkf@users.sf.net> + + * unix/tcl.pc.in (new file): [Patch 2243948] (hat0) + * unix/configure.in, unix/Makefile.in: Added support for reporting + Tcl's public build configuration via the pkg-config system. TEA is + still the official mechanism though, in part because pkg-config is not + universally supported across all Tcl's supported platforms. + 2009-03-11 Miguel Sofer <msofer@users.sf.net> * generic/tclBasic.c (TclNRCoroutineObjCmd): fix Tcl_Obj leak. - Diagnose and fix thx to GPS. + Diagnosis and fix thanks to GPS. 2009-03-09 Donal K. Fellows <dkf@users.sf.net> |