Import Tk 8.6.12
This commit is contained in:
@@ -17,15 +17,16 @@ m4_ifdef([SC_USE_CONFIG_HEADERS], [
|
||||
/* Undef unused package specific autoheader defines so that we can
|
||||
* include both tclConfig.h and tkConfig.h at the same time: */
|
||||
/* override */ #undef PACKAGE_NAME
|
||||
/* override */ #undef PACKAGE_STRING
|
||||
/* override */ #undef PACKAGE_TARNAME
|
||||
/* override */ #undef PACKAGE_VERSION
|
||||
/* override */ #undef PACKAGE_STRING
|
||||
#endif /* _TKCONFIG */])
|
||||
])
|
||||
|
||||
TK_VERSION=8.6
|
||||
TK_MAJOR_VERSION=8
|
||||
TK_MINOR_VERSION=6
|
||||
TK_PATCH_LEVEL=".11"
|
||||
TK_PATCH_LEVEL=".12"
|
||||
VERSION=${TK_VERSION}
|
||||
LOCALES="cs da de el en en_gb eo es fr hu it nl pl pt ru sv"
|
||||
|
||||
@@ -353,7 +354,7 @@ fi
|
||||
|
||||
if test $tk_aqua = yes; then
|
||||
AC_DEFINE(MAC_OSX_TK, 1, [Are we building TkAqua?])
|
||||
LIBS="$LIBS -framework Cocoa -framework Carbon -framework IOKit"
|
||||
LIBS="$LIBS -framework Cocoa -framework Carbon -framework IOKit -framework QuartzCore"
|
||||
EXTRA_CC_SWITCHES='-std=gnu99 -x objective-c'
|
||||
TK_WINDOWINGSYSTEM=AQUA
|
||||
if test -n "${enable_symbols}" -a "${enable_symbols}" != no; then
|
||||
|
||||
Reference in New Issue
Block a user