diff options
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 |