diff options
author | mdejong <mdejong> | 2002-01-11 18:41:04 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2002-01-11 18:41:04 (GMT) |
commit | b8647f8610823cb641bb2cf79a22ecd15ddc39cd (patch) | |
tree | 0b5c563ac401e39d2cee8a52b67e833641e59143 /ChangeLog | |
parent | 25763c453c7b11724ebbae222c63fec2071873f4 (diff) | |
download | tk-b8647f8610823cb641bb2cf79a22ecd15ddc39cd.zip tk-b8647f8610823cb641bb2cf79a22ecd15ddc39cd.tar.gz tk-b8647f8610823cb641bb2cf79a22ecd15ddc39cd.tar.bz2 |
Enable use of Tcl stubs when building Tk as
a shared library. This should fix the build
under AIX. [Bugs 220858, 220955, 220921]
* unix/Makefile.in: Add TCL_STUB_LIB_SPEC and
TCL_STUB_LIB_FLAG variables.
* unix/configure: Regen.
* unix/configure.in: Pass TCL_STUB_LIB_SPEC into
Makefile and use it when linking the tk shared library.
Define USE_TCL_STUBS when building shared. Subst
TCL_STUB_LIB_SPEC and TCL_STUB_LIB_FLAG.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2002-01-11 Mo DeJong <mdejong@users.sourceforge.net> + + Enable use of Tcl stubs when building Tk as + a shared library. This should fix the build + under AIX. [Bugs 220858, 220955, 220921] + + * unix/Makefile.in: Add TCL_STUB_LIB_SPEC and + TCL_STUB_LIB_FLAG variables. + * unix/configure: Regen. + * unix/configure.in: Pass TCL_STUB_LIB_SPEC into + Makefile and use it when linking the tk shared library. + Define USE_TCL_STUBS when building shared. Subst + TCL_STUB_LIB_SPEC and TCL_STUB_LIB_FLAG. + 2002-01-08 D. Richard Hipp <drh@hwaci.com> * win/tkWinMenu.c: Fix the following bug: If you select an entry |