summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
Commit message (Collapse)AuthorAgeFilesLines
* Better pic flag for OpenBSD, see: ↵jan.nijtmans2014-09-171-1/+8
| | | | [http://core.tcl.tk/tcl/info/ae059042333583f6d4e2cea4aab3c2a3e9db9a6a|ae05904233]
* Combine TCL_SHLIB_LD_EXTRAS+TK_SHLIB_LD_EXTRAS (for Cygwin and FreeBSD) to a ↵jan.nijtmans2014-09-011-4/+2
| | | | single SHLIB_LD_LIBS usable for both Tcl and Tk
* Fix [http://core.tcl.tk/tcl/info/2f7cbd01c3|2f7cbd01c3]: tcl8.6.1 fails to ↵jan.nijtmans2014-03-201-13/+9
| | | | build on FreeBSD 10.0
* Fix TK_SHLIB_LD_EXTRAS for FreeBSD (and Cygwin), reported by Pietro Ceruttijan.nijtmans2014-01-251-0/+2
|
* Cygwin: In stead of checking whether the win32 part is configured properly, ↵jan.nijtmans2013-11-181-2/+9
| | | | | just configure it when needed. Always build the stub library first (and - on Cygwin - configure win32 properly just before building the stub library)
* 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-4/+4
| | | | X11/XIntrinsic.h. Suggested by Pietro Cerutti. (backported from tclconfig)
* OpenBSD/m88k is now elf. Remove unneeded elf check.stwo2013-07-071-11/+4
|
* 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.
* merge 8.4dgp2013-06-031-2/+2
|\
| * last-moment fix for FreeBSD from Pietro Ceruttijan.nijtmans2013-06-031-2/+2
| |
* | Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by ↵jan.nijtmans2013-05-191-30/+3
|\ \ | |/ | | | | Pietro Cerutti
| * Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by ↵jan.nijtmans2013-05-191-44/+3
| | | | | | | | Pietro Cerutti
| * sync with Tcl's upgrade of dde/reg packagesjan.nijtmans2013-05-011-1/+1
| |
* | Patch by Andrew Shadura, providing better support for three architectures ↵jan.nijtmans2013-03-131-13/+1
|\ \ | |/ | | | | they have in Debian.
| * Patch by Andrew Shadura, providing better support for three architectures ↵jan.nijtmans2013-03-131-24/+1
| | | | | | | | they have in Debian.
| * Backport various improvements from Tcl 8.5jan.nijtmans2013-02-121-8/+8
| |
* | Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-sharedjan.nijtmans2012-06-281-1/+1
|\ \ | |/
| * Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-sharedjan.nijtmans2012-06-281-1/+1
| |
* | mergejan.nijtmans2012-06-271-1/+1
|\ \ | |/
| * link cygwin wish with tk84.dlljan.nijtmans2012-06-271-1/+1
| | | | | | install tk84.dll
* | link cygwin wish8.6 with tk86.dll (configuration part)jan.nijtmans2012-06-261-5/+5
|\ \ | |/
| * link cygwin wish8.6 with tk86.dll (configuration part)jan.nijtmans2012-06-261-6/+6
| |
* | [Bug 1844430]: cygwin make fails in 8.4.14-8.5b3jan.nijtmans2012-06-231-0/+6
|\ \ | |/
| * [Bug 1844430]: cygwin make fails in 8.4.14-8.5b3jan.nijtmans2012-06-221-0/+6
| |
| * implement various internal win32 stub functions for cygwinjan.nijtmans2012-04-251-6/+15
| |
* | sync tcl.m4 with Tcl versionjan.nijtmans2012-05-021-3/+8
| |
* | disallow colors like xellowjan.nijtmans2012-04-121-0/+1
|\ \ | |/ | | | | cleanup tkInt.decls configure changes for cygwin
| * sync tcl.m4 with Tcl, format tkInt.decls like Tk8.5/8.6jan.nijtmans2012-04-111-0/+1
| |
| * some more cygwin compatibility improvementsjan.nijtmans2012-04-061-0/+0
| |
* | [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-03-301-3/+35
|\ \ | |/ | | (autoconf still to be run!)
| * implementation ready for further field-testsbug_3511806jan.nijtmans2012-03-291-5/+34
| |
* | Patch from the cygwin folksjan.nijtmans2012-03-041-0/+3
|\ \ | |/
| * Patch from the cygwin folksjan.nijtmans2012-03-041-0/+3
| |
| * Add --disable-rpath option to configure scriptjan.nijtmans2011-09-061-25/+44
| |
| * Make SHLIB_LD_LIBS='${LIBS}' the default and set to "" on per-platform ↵jan.nijtmans2011-08-301-88/+70
| | | | | | | | necessary basis. Add Haiku support and better NetBSD/FreeBSD support.
| * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-148/+202
| |
| * * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the checkhobbs2009-04-281-2/+3
| | | | | | | | to add _r to CC on AIX with threads.
| * Removed -Wno-implicit-int from CFLAGS_WARNING.stwo2009-04-141-1/+1
| |
| * * unix/tcl.m4 (SC_PATH_X): check for libX11.dylib in addition todas2008-08-131-1/+1
| | | | | | | | libX11.so et al.
| * duh, fix missing 'fi', thanks aku!das2008-06-121-1/+2
| |
| * * unix/tcl.m4 (SunOS-5.11): fix 64bit amd64 support with gcc & Sun cc.das2008-06-121-14/+30
| |
| * * unix/tcl.m4 (SunOS-5.1x): fix 64bit support for Sun cc. [Bug 1921166]das2008-03-271-1/+1
| |
| * sync with tcl/unix/tcl.m4das2007-11-091-1/+1
| |
| * * unix/tcl.m4 (SunOS-5.1x): replace direct use of '/usr/ccs/bin/ld'das2007-09-151-1/+6
| | | | | | | | | | in SHLIB_LD by 'cc' compiler driver. * unix/configure: autoconf-2.13
| * * unix/configure.in (Darwin): link the Tk and Wish plists into theirdas2007-06-061-9/+14
| | | | | | | | | | | | | | binaries in all cases; fix 64bit arch removal in fat 32&64bit builds. * unix/tcl.m4 (Darwin): fix CF checks in fat 32&64bit builds. * unix/configure: autoconf-2.13
| * * generic/tkMain.c (Tk_MainEx): replicate macosx-specific code fromdas2007-03-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | TkpInit() that ensures the console window appears when wish is started from the OS X Finder (i.e. with stdin == /dev/null), jeffh's 2006-11-24 change rendered the corresponding code in TkpInit() ineffective in wish because Tk_MainEx() sets tcl_interactive before calling TkpInit(). * macosx/tkMacOSXDebug.c (TkMacOSXGetNamedDebugSymbol): add fix for libraries loaded with a DYLD_IMAGE_SUFFIX. * unix/tcl.m4 (Darwin): s/CFLAGS/CPPFLAGS/ in macosx-version-min check. * unix/configure: autoconf-2.13
| * * unix/tcl.m4: use SHLIB_SUFFIX=".so" on HP-UX ia64 arch.hobbs2007-02-191-1/+5
| | | | | | | | * unix/configure: autoconf-2.13
| * renamed SC_COMMANDS_PRE to SC_CONFIG_COMMANDS_PRE for parity with AC 2.5xdas2007-01-261-3/+3
| |
| * previous commit omitted some changes from the HEADdas2007-01-251-3/+2
| |