diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-03-14 17:35:03 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-03-14 17:35:03 (GMT) |
commit | a474bf6e2d0ac0e54ff12f9f4ac73069c920aa71 (patch) | |
tree | 42819733e890e8acb0081b6bd1f25f1bd74980ff /ChangeLog | |
parent | 0cc374250b55b7362e02c5a8720ae9e06cbec14f (diff) | |
download | tk-a474bf6e2d0ac0e54ff12f9f4ac73069c920aa71.zip tk-a474bf6e2d0ac0e54ff12f9f4ac73069c920aa71.tar.gz tk-a474bf6e2d0ac0e54ff12f9f4ac73069c920aa71.tar.bz2 |
Added support for reporting TEA-like info via pkg-config. [Patch 2243962]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2009-03-14 Donal K. Fellows <dkf@users.sf.net> + + * unix/tk.pc.in (new file): [Patch 2243962] (hat0) + * unix/configure.in, unix/Makefile.in: Added support for reporting + Tk'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 Tk's supported platforms. + 2009-03-10 Donal K. Fellows <dkf@users.sf.net> * doc/event.n: Tidy up and improve examples. |