summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
Commit message (Collapse)AuthorAgeFilesLines
* Cherrypick Fix build on OpenBSD. [82701b94c4] missed a couple of bits.jan.nijtmans2017-05-211-2/+4
| | | Tcl/Tk's tcl.m4 isn't identical to TEA's tcl.m4 - be careful!
* Cherry-pick [http://core.tcl.tk/tclconfig/info/18e79736d236d15d|All the ↵jan.nijtmans2017-05-181-34/+11
| | | | | world was a VAX] for OpenBSD. Also fix [84a27b1c67]: Tcl and Tk's tcl.m4 not synced? (configure script not re-generated yet, I'm sure Don will do that in the rc branch)
* On cygwin, install libtk8.6.dll.a in the {prefix}/lib directory.jan.nijtmans2015-11-261-1/+1
|\
| * On cygwin, install libtk8.5.dll.a in the {prefix}/lib directory.jan.nijtmans2015-11-261-1/+1
| |
| * Tk/OpenBSD/Sparc needs -fPIC.stu2015-10-091-1/+1
| |
* | Tk/OpenBSD/Sparc needs -fPIC.stu2015-10-091-1/+1
| |
* | [29044ba23f] Remove RANLIB as part of library installation. At best it's ↵dgp2015-05-201-4/+2
| | | | | | | | redundant to the RANLIB already done as part of library build. At worst, it conflicts with needs of cross-compiling. Thanks Erik Leunissen.
* | Purge configuration efforts at supporting platforms lacking <limits.h>.dgp2015-03-241-4/+0
| |
* | Better pic flag for OpenBSD, see: ↵jan.nijtmans2014-09-171-1/+8
|\ \ | |/ | | | | [http://core.tcl.tk/tcl/info/fc3dfd9bc8e16b7ee0b49850df9de93eb4aa4ea6|fc3dfd9bc8]
| * 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-5/+3
|\ \ | |/ | | | | single SHLIB_LD_LIBS usable for both Tcl and Tk
| * 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 build problem on Cygwin, caused by a mismatch between tcl.m4 and the ↵jan.nijtmans2014-08-261-1/+1
| | | | | | | | generated configure script (configure script was correct)
* | Fix [http://core.tcl.tk/tcl/info/2f7cbd01c3|2f7cbd01c3]: tcl8.6.1 fails to ↵jan.nijtmans2014-03-201-5/+9
|\ \ | |/ | | | | build on FreeBSD 10.0
| * 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-2/+4
|\ \ | |/
| * Fix TK_SHLIB_LD_EXTRAS for FreeBSD (and Cygwin), reported by Pietro Ceruttijan.nijtmans2014-01-251-0/+2
| |
* | Revert [3eaa6c984a] (Enh [http://core.tcl.tk/tcl/info/2959069|2959069]), as ↵jan.nijtmans2013-11-191-36/+16
| | | | | | | | | | | | it turns out that -fvisibility=hidden only affects definitions and not declarations. Therefore explicitely declaring each MODULE_SCOPE function as __attribute__((__visibility__("hidden")) is much better. Suggested by Stuart Cassoff (Thanks!).
* | 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)
| * 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 of tcl.m4jan.nijtmans2013-08-111-0/+4
| |
* | 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-4/+4
|\ \ | |/ | | | | 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-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
| |
* | 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.
| * 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.
* | Eliminate NO_VIZ macro as current zlib uses HAVE_HIDDEN in stead.jan.nijtmans2013-06-041-10/+2
| | | | | | One more last-moment fix for FreeBSD by Pietro Cerutti
* | merge 8.5dgp2013-06-031-2/+2
|\ \ | |/
| * 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 old FreeBSD versions. Patch by ↵jan.nijtmans2013-05-191-148/+3
|\ \ \ | |/ / | | | | | | Pietro Cerutti
| * | 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-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
| | |
* | | 3566106 Solaris9/x86 support. Thanks Dagobert and others.dgp2012-09-131-2/+2
|\ \ \
| * | | post-review, believed minimalbug_3566106dkf2012-09-121-3/+2
| | | |
| * | | contributed patch for Solaris 9/x86 supportdgp2012-09-111-4/+5
| |/ /
* | | 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
| |\ \ | | |/
| | * 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