summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Purge configuration efforts at supporting platforms lacking <limits.h>.dgp2015-03-241-6/+0
|
* Bump to 8.6.4.dgp2015-02-261-1/+1
|
* Bump to Tk 8.6.3; update changes filedgp2014-10-141-1/+1
|
* Bump to 8.6.2 for release.dgp2014-07-281-1/+1
|
* Update configure files on Aqua to remove garbage collection flag, which is ↵Kevin Walzer2014-03-161-1/+1
| | | | no longer supported with Xcode 5.1; also add key to Wish Info.plist to support high-resolution (Retina) displays.
* Put -lfontconfig in XFT_LIBS, not XLIBSW flagjan.nijtmans2014-01-231-1/+1
|\
| * Put -lfontconfig in XFT_LIBS, not XLIBSW flagjan.nijtmans2014-01-231-1/+1
| |
* | Fix [3606644]: Static build misses fontconfigjan.nijtmans2014-01-231-0/+12
|\ \ | |/
| * Fix [3606644]: Static build misses fontconfigjan.nijtmans2014-01-231-0/+12
| |
| * Bump to 8.5.15 for release.dgp2013-08-301-1/+1
| |
* | Bump to 8.6.1.dgp2013-08-301-1/+1
| |
* | fix installation on MacOSXjan.nijtmans2013-06-271-1/+1
|\ \ | |/
| * fix installation on MacOSXjan.nijtmans2013-06-271-1/+1
| |
* | Static Cygwin wish.exe cannot link with win32's static libtk86.a (because it ↵jan.nijtmans2013-06-141-6/+7
|\ \ | |/ | | | | | | | | expects a different runtime), so configure shouldn't even try to do this. (On a dynamic wish.exe this works, this is exactly how wish can run even without X11). Don't use deprecated stricmp/strnicmp any more, but underscored variant for non-GNU compilers.
| * Static Cygwin wish.exe cannot link with win32's static libtk85.a (because it ↵jan.nijtmans2013-06-141-6/+7
| | | | | | | | | | expects a different runtime), so configure shouldn't even try to do this. (On a dynamic wish.exe this works, this is exactly how wish can run even without X11)
* | Some more fixes for Cygwin32/64 in win32 GUI mode. jan.nijtmans2013-06-131-81/+24
|\ \ | |/ | | | | Now that this is fully working, eliminate all usage of WISH_BUILD_LIB_SPEC: TK_BUILD_LIB_SPEC can be used everywhere in stead. Remove some old carbon-leftovers from configure/make (see [3607215]).
| * Some more fixes for Cygwin32/64 in win32 GUI mode. jan.nijtmans2013-06-131-18/+21
| | | | | | | | Now that this is fully working, eliminate all usage of WISH_BUILD_LIB_SPEC: TK_BUILD_LIB_SPEC can be used everywhere in stead. Add tk.pc
| * merge release to 8.5; revert features not included in releasedgp2013-04-031-11/+2
| |
| * Easier solution, with proper protection and configure warnings.jan.nijtmans2013-03-281-0/+4
| |
| * merge trunkdgp2013-03-221-50/+83
| |\
| | * Bug [3599928]: Use XkbKeycodeToKeysym if available.stwo2013-01-311-0/+30
| | |
| | * Bug [3602534]: Test for XScreensaver last.stwo2013-01-311-50/+53
| | |
| * | Set of changes that permits Tk 8.5.14 to build against the releaseddgp2012-12-101-1/+6
| |/ | | | | | | header files of Tcl 8.6.0. Developed and tested only on linux so far. A step in the saga to decouple Tcl and Tk releases.
| * Release branch for Tk 8.5.13.dgp2012-11-051-1/+1
| |
| * Test for XftFontOpen in Xft library, not FT_New_Facejan.nijtmans2012-09-251-12/+16
| |
| * Merge Tk-Cocoa backport into core-8-5-branchKevin Walzer2012-09-251-32/+19
| |\
| | * review remarks, see mail.jan.nijtmans2012-09-121-2/+0
| | |
| | * Review branch for merge of Tk-Cocoa into Tk 8.5 main branchKevin Walzer2012-09-121-32/+21
| |/
| * Installer improvements, like [a3b936f0a1].stwo2012-08-071-8/+8
| |
| * Release candidate branch for Tk 8.5.12.dgp2012-07-101-1/+1
| |
* | Disable XInitThreads() call until we have a better test for it.jan.nijtmans2013-05-241-3/+5
| |
* | Only call XInitThreads() when we have a very new X11 library. Checked by ↵jan.nijtmans2013-05-221-0/+19
| | | | | | | | looking whether XKeycodeToKeysym() is deprecated, which also happend in some very new X11 version.
* | Bug [3599928]: Use XkbKeycodeToKeysym if available.stwo2013-01-311-0/+30
| |
* | Bug [3602534]: Test for XScreensaver last.stwo2013-01-311-50/+53
| |
* | Create Tk 8.6.0 release branchdgp2012-11-081-1/+1
| |
* | merge trunkdgp2012-09-131-0/+9
|\ \
| * | Building Tk 8.6 requires Tcl 8.6 headers.dgp2012-09-131-0/+9
| | |
* | | Bump to 8.6b3dgp2012-09-071-1/+1
|/ /
* | Zap trailing whitespace.stwo2012-08-061-8/+8
| |
* | Installer consistency tweaks.stwo2012-08-061-11/+11
| |
* | Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-sharedjan.nijtmans2012-06-281-3/+3
|\ \ | |/
| * Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-sharedjan.nijtmans2012-06-281-2/+2
| |\
| | * Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-sharedjan.nijtmans2012-06-281-2/+2
| | |
* | | mergejan.nijtmans2012-06-271-1/+1
|\ \ \ | |/ /
| * | mergejan.nijtmans2012-06-271-1/+2
| |\ \ | | |/
| | * link cygwin wish with tk84.dlljan.nijtmans2012-06-271-13/+16
| | | | | | | | | install tk84.dll
* | | autoconf-2.59jan.nijtmans2012-06-261-1/+2
|\ \ \ | |/ /
| * | link cygwin wish8.6 with tk86.dll (configuration part)jan.nijtmans2012-06-261-0/+7
| |\ \ | | |/
| | * link cygwin wish8.6 with tk86.dll (configuration part)jan.nijtmans2012-06-261-6/+13
| | |
| * | Release candidate branch for Tk 8.5.11dgp2011-10-261-1/+1
| | |