summaryrefslogtreecommitdiffstats
path: root/unix/configure
Commit message (Collapse)AuthorAgeFilesLines
...
* | Don't hardcode "tclWinError.o" for Cygwin.jan.nijtmans2013-07-261-1/+2
| |
* | sync with Tcl versionjan.nijtmans2013-07-261-2/+3
|\ \ | |/
| * sync with Tcl version.jan.nijtmans2013-07-261-1/+1
| |
* | Use X11/Xlib.h for checking where X11 can be found in stead of ↵jan.nijtmans2013-07-071-10/+10
|\ \ | |/ | | | | X11/XIntrinsic.h. Suggested by Pietro Cerutti. (backported from tclconfig)
| * Use X11/Xlib.h for checking where X11 can be found in stead of ↵jan.nijtmans2013-07-071-10/+10
| | | | | | | | X11/XIntrinsic.h. Suggested by Pietro Cerutti. (backported from tclconfig)
| * OpenBSD/m88k is now elf. Remove unneeded elf check.stwo2013-07-071-45/+10
| |
* | OpenBSD/m88k is now elf. Remove unneeded elf check.stwo2013-07-071-45/+10
| |
* | Bug [http://core.tcl.tk/tcl/tktview?name=32afa6e256|32afa6e256]: dirent64 ↵jan.nijtmans2013-07-021-1/+1
|\ \ | |/ | | | | check is incorrect in tcl.m4. Thanks to Brian Griffin.
| * Bug [http://core.tcl.tk/tcl/tktview?name=32afa6e256|32afa6e256]: dirent64 ↵jan.nijtmans2013-07-021-1/+1
| | | | | | | | check is incorrect in tcl.m4. Thanks to Brian Griffin.
* | manually revert changes caused by different autoconf versionsjan.nijtmans2013-06-271-6/+6
|\ \ | |/
| * manually revert changes caused by different autoconf versions.jan.nijtmans2013-06-271-6/+6
| |
* | fix installation on MacOSXjan.nijtmans2013-06-271-7/+7
|\ \ | |/
| * fix installation on MacOSXjan.nijtmans2013-06-271-7/+7
| |
* | 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-99/+34
|\ \ | |/ | | | | 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-26/+29
| | | | | | | | 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
* | Eliminate NO_VIZ macro as current zlib uses HAVE_HIDDEN in stead.jan.nijtmans2013-06-041-20/+12
| | | | | | One more last-moment fix for FreeBSD by Pietro Cerutti
* | merge 8.5dgp2013-06-031-8/+8
|\ \ | |/
| * merge 8.4dgp2013-06-031-8/+8
| |\
| | * last-moment fix for FreeBSD from Pietro Ceruttijan.nijtmans2013-06-031-2/+2
| | |
* | | Disable XInitThreads() call until we have a better test for it.jan.nijtmans2013-05-241-8/+10
| | |
* | | Fix for [3613668] by not calling XInitThreads when either 1) Tcl is compiled ↵jan.nijtmans2013-05-231-0/+71
|\ \ \ | | | | | | | | | | | | | | | | without threads 2) X11 library is too old. A more direct test would be more desirable, but for now this should be fine.
| * | | Only call XInitThreads() when we have a very new X11 library. Checked by ↵jan.nijtmans2013-05-221-0/+71
| | | | | | | | | | | | | | | | looking whether XKeycodeToKeysym() is deprecated, which also happend in some very new X11 version.
* | | | Fix for FreeBSD, and remove support for old FreeBSD versions. Patch by ↵jan.nijtmans2013-05-191-61/+3
|\ \ \ \ | |/ / / |/| / / | |/ / Pietro Cerutti
| * | Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by ↵jan.nijtmans2013-05-191-67/+9
| |\ \ | | |/ | | | | | | Pietro Cerutti
| | * Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by ↵jan.nijtmans2013-05-191-252/+156
| | | | | | | | | | | | Pietro Cerutti
| | * sync with Tcl's upgrade of dde/reg packagesjan.nijtmans2013-05-011-1/+1
| | |
| * | merge release to 8.5; revert features not included in releasedgp2013-04-031-23/+8
| | |
| * | Easier solution, with proper protection and configure warnings.jan.nijtmans2013-03-281-0/+6
| | |
| * | merge trunkdgp2013-03-221-231/+376
| |\ \
| * | | Set of changes that permits Tk 8.5.14 to build against the releaseddgp2012-12-101-1/+10
| | | | | | | | | | | | | | | | 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.
* | | | Patch by Andrew Shadura, providing better support for three architectures ↵jan.nijtmans2013-03-131-16/+1
|\ \ \ \ | | |/ / | |/| | | | | | they have in Debian.
| * | | Patch by Andrew Shadura, providing better support for three architectures ↵jan.nijtmans2013-03-131-16/+1
| |\ \ \ | | | |/ | | |/| | | | | they have in Debian.
| | * | Patch by Andrew Shadura, providing better support for three architectures ↵jan.nijtmans2013-03-131-56/+1
| | | | | | | | | | | | | | | | they have in Debian.
| | * | Backport various improvements from Tcl 8.5jan.nijtmans2013-02-121-7/+7
| | | |
| * | | Bug [3599928]: Use XkbKeycodeToKeysym if available.stwo2013-01-311-0/+157
| | | |
| * | | Bug [3602534]: Test for XScreensaver last.stwo2013-01-311-215/+218
| | |/ | |/|
| * | Release branch for Tk 8.5.13.dgp2012-11-051-7/+7
| | |
| * | Test for XftFontOpen in Xft library, not FT_New_Facejan.nijtmans2012-09-251-13/+14
| | |
| * | review remarks, see mail.jan.nijtmans2012-09-121-4376/+7005
| | |
| * | Review branch for merge of Tk-Cocoa into Tk 8.5 main branchKevin Walzer2012-09-121-7036/+4394
| | |
| * | Installer improvements, like [a3b936f0a1].stwo2012-08-071-14/+14
| | |
| * | Release candidate branch for Tk 8.5.12.dgp2012-07-101-7/+7
| | |
* | | Bug [3599928]: Use XkbKeycodeToKeysym if available.stwo2013-01-311-0/+157
| | |
* | | Bug [3602534]: Test for XScreensaver last.stwo2013-01-311-215/+218
| | |
* | | Create Tk 8.6.0 release branchdgp2012-11-081-1/+1
| | |
* | | merge trunkdgp2012-09-131-0/+15
|\ \ \
| * | | Building Tk 8.6 requires Tcl 8.6 headers.dgp2012-09-131-0/+15
| | | |
* | | | merge trunkdgp2012-09-131-8/+8
|\ \ \ \ | |/ / /