summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
Commit message (Expand)AuthorAgeFilesLines
* Don't use LTO for any stub libraries: It's asking for trouble when an extensi...jan.nijtmans2021-01-201-0/+14
* Eliminate obsolete AC_HAVE_HEADERS and two more AC_TRY_COMPILE constructs. So...jan.nijtmans2021-01-061-19/+25
* More elimination of (obsolete) AC_TRY_COMPILEjan.nijtmans2021-01-051-109/+109
* AC_HELP_STRING -> AS_HELP_STRINGjan.nijtmans2021-01-041-16/+16
* Merge 8.5jan.nijtmans2020-12-021-8/+0
|\
| * Remove redunant piece of SC_ENABLE_SHARED: The AC_ARG_ENABLE already generate...jan.nijtmans2020-12-011-8/+0
* | Merge 8.5jan.nijtmans2020-12-011-1/+1
|\ \ | |/
| * Missing '_' in unix/tcl.m4 (Only relevant for mingw)jan.nijtmans2020-12-011-1/+1
* | Merge 8.5jan.nijtmans2020-11-301-2/+2
|\ \ | |/
| * Cherry-pick part of "msys2-fixes_v001" branch: build/test fixes for msys2jan.nijtmans2020-11-301-2/+2
* | (cherry-pick): HAVE_TM_GMTOFF detection doesn't work if CFLAGS contains -Werr...jan.nijtmans2020-10-061-1/+1
* | Merge 8.5jan.nijtmans2020-06-251-1/+4
|\ \ | |/
| * Fix [9080d6a871]: Build fix for tcl on macOS on Apple Siliconjan.nijtmans2020-06-241-1/+5
* | Merge-mark 8.5 (TZ update already done here)jan.nijtmans2020-06-081-2/+2
|\ \ | |/
* | More double-quotesjan.nijtmans2020-04-151-11/+11
* | Try adding some quotesjan.nijtmans2020-04-141-1/+1
* | Merge 8.5jan.nijtmans2020-02-241-1/+1
|\ \ | |/
| * Add -Wpointer-arith warning to C-compile. Fix gcc(-9) warning.jan.nijtmans2020-02-241-1/+1
* | Clean up some usage of DBGX: It isn't used any more on UNIXjan.nijtmans2020-02-041-24/+1
* | Add ${LDFLAGS} to MAKE_LIB. This handles the possibility of adding LDFLAGS=??...jan.nijtmans2020-01-131-1/+1
* | Merge 8.5jan.nijtmans2020-01-061-1/+0
|\ \ | |/
| * Don't assume/set LDFLAGS being "", it could be set on the "configure" command...jan.nijtmans2020-01-061-3/+1
* | Prevent double definition of MODULE_SCOPE on Darwinjan.nijtmans2019-12-201-0/+1
* | 8.5 -> 8.6jan.nijtmans2019-10-311-2/+2
* | Fix [https://core.tcl-lang.org/tk/tktview/056f9e85dc|056f9e85dc]: debian patchesjan.nijtmans2019-10-311-0/+5
|\ \ | |/
| * Fix [https://core.tcl-lang.org/tk/tktview/056f9e85dc|056f9e85dc]: debian patchesjan.nijtmans2019-10-311-0/+5
* | Remove /System from auto_path on macOS because Apple has deprecated its own a...Kevin Walzer2019-10-251-2/+0
* | Fix [16768d65f0]: Fix gethostbyname_r and gethostbyaddr_r detection on NetBSD...jan.nijtmans2019-10-021-6/+32
|\ \ | |/
| * Fix [16768d65f0]: Fix gethostbyname_r and gethostbyaddr_r detection on NetBSD...jan.nijtmans2019-10-021-2/+28
| * Correct typo's in tcl.m4. Found by Kamil Rytarowskijan.nijtmans2019-10-011-4/+4
* | Remove some mac OSX pre-10.4 stuff, which is outdated: current build doesn't ...jan.nijtmans2019-01-221-4/+0
* | Eliminate fallback attempts when broken strtod() routines are detected.dgp2018-11-011-53/+0
* | Merge 8.5jan.nijtmans2018-10-301-2/+2
|\ \ | |/
| * Add support for DragonFlyjan.nijtmans2018-10-301-2/+2
* | merge 8.5jan.nijtmans2018-06-151-1/+6
|\ \ | |/
| * Align common install locations in SC_PATH_TCLCONFIG and SC_PATH_TKCONFIG. Add...jan.nijtmans2018-06-151-0/+6
* | merge 8.5sebres2018-06-041-1/+10
|\ \ | |/
| * fixes [92564326a9] if compiled on some x86 systems (with dirent64 but without...sebres2018-06-041-1/+10
* | Stop seeking out the libieee.a library and linking to it when found.dgp2018-02-151-3/+0
* | Suggested patch for [4f51e1c5dc]: patch to correct linker flag sequence. Same...jan.nijtmans2017-11-171-4/+4
* | If SHLIB_VERSION is specified as empty, don't let the SHLIB filename end with...jan.nijtmans2017-05-221-7/+6
* | Cherrypick Fix build on OpenBSD. [82701b94c4] missed a couple of bits.jan.nijtmans2017-05-211-1/+3
* | Cherry-pick [http://core.tcl.tk/tclconfig/info/18e79736d236d15d|All the world...jan.nijtmans2017-05-181-36/+13
* | compatability -> compatibilityjan.nijtmans2016-12-011-1/+1
|\ \ | |/
| * compatability -> compatibilityjan.nijtmans2016-12-011-1/+1
* | On cygwin, install libtcl8.6.dll.a in the {prefix}/lib directory. On win32, d...jan.nijtmans2015-11-261-1/+1
|\ \ | |/
| * On cygwin, install libtcl8.5.dll.a in the {prefix}/lib directory. jan.nijtmans2015-11-261-1/+1
* | Remove use of HAVE_USLEEP. It isn't use anywhere any morejan.nijtmans2015-10-251-42/+0
|\ \ | |/
| * Remove use of HAVE_USLEEP. It isn't use anywhere any more.jan.nijtmans2015-10-251-42/+0
| * Tcl/OpenBSD/Sparc needs -fPIC.stwo2015-10-091-1/+1