summaryrefslogtreecommitdiffstats
path: root/win/configure
Commit message (Collapse)AuthorAgeFilesLines
* Re-generate configure scripts (with correct autoconf version)jan.nijtmans2022-11-231-10/+13
|
* Bump to 8.6.13 for releasedgp2022-06-061-14/+11
|
* 'develop' fixes for zlib-1.2.12. Will be in zlib-1.2.12.1 or zlib-1.2.13.jan.nijtmans2022-05-091-1/+1
|
* re-generate configure script for windowsjan.nijtmans2022-02-141-1/+1
|
* Fix determination of HAVE_CPUID with configure scriptjan.nijtmans2022-02-131-1/+1
|
* Accept aarch64 too (in stead of arm64)jan.nijtmans2022-02-081-11/+11
|
* More changed for windows-arm (e.g. add zdll.lib for ARM64, although ↵jan.nijtmans2022-02-081-5/+24
| | | | zlib1.dll still missing)
* Fix [bae42b3d24]: [d86e92fb33] et.al. eliminates cpuid when cross compiling ↵jan.nijtmans2022-02-071-2/+12
| | | | for win32
* See [https://github.com/tcltk/tcl/pull/10]jan.nijtmans2022-02-041-2/+10
|
* Fix -fno-lto determination/add --enable-auto-image-base option to windows ↵jan.nijtmans2021-11-111-0/+61
| | | | build (when available)
* Bump to 8.6.12 for releasejan.nijtmans2021-10-271-1/+1
|
* Don't use LTO for any stub libraries: It's asking for trouble when an ↵jan.nijtmans2021-01-201-1/+63
| | | | extension is compiled with different CFLAGS as the stub library.
* Fix [b89209f5cd]: compilation error Windows 10 / Visual Studio 2019jan.nijtmans2021-01-131-1/+1
|\
| * Fix [b89209f5cd]: compilation error Windows 10 / Visual Studio 2019jan.nijtmans2021-01-131-1/+1
| |
* | No longer use deprecated syntax for AC_INIT/AC_OUTPUT. (almost) no change in ↵jan.nijtmans2021-01-041-11/+25
| | | | | | | | generated configure scripts
* | re-generate win/configurejan.nijtmans2021-01-041-0/+1
|\ \ | |/
| * re-generate win/configurejan.nijtmans2021-01-041-0/+1
| |
| * Convert AC_TRY_COMPILE (which is obsolete now) to ↵jan.nijtmans2020-12-241-14/+28
| | | | | | | | AC_COMPILE_IFELSE/AC_LANG_PROGRAM. This still works with autoconf-2.59 too.
* | merge 8.6dgp2020-12-071-8/+0
|\ \
| * \ Merge 8.5jan.nijtmans2020-12-021-8/+0
| |\ \ | | |/
| | * Remove redunant piece of SC_ENABLE_SHARED: The AC_ARG_ENABLE already ↵jan.nijtmans2020-12-011-8/+0
| | | | | | | | | | | | generates this part, resulting in duplicate code in the "configure" script
* | | merge 8.6dgp2020-10-291-2/+6
|\ \ \ | |/ /
| * | Fix implib filenames (adapted from Mingw2's 006-proper-implib-name.mingw.patch)jan.nijtmans2020-10-291-2/+6
| |\ \ | | |/ | | | 3 new testcases
| | * Fix implib filenames (adapted from Mingw2's 006-proper-implib-name.mingw.patch)jan.nijtmans2020-10-291-2/+6
| | |
* | | merge 8.6dgp2020-07-071-5/+4
|\ \ \ | |/ /
| * | Make sure that in tclConfig.sh for Windows ${DBGX} is expanded before ↵jan.nijtmans2020-07-071-5/+4
| | | | | | | | | | | | | | | exporting TCL_(SHARED|UNSHARED|EXPORT)_LIB_SUFFIX there. Otherwise extensions removing ${DBGX} from their implementation (see TIP #578) will break on Windows. tclConfig.sh should never contain the macro ${DBGX} any more. (On UNIX this was already correct, on Windows it was forgotten)
* | | Bump to 8.6.11 for release.dgp2020-07-061-1/+1
|/ /
* | Fix determination of TCL_PACKAGE_PATH if it contains multiple directories, ↵jan.nijtmans2020-04-101-2/+2
| | | | | | | | and at least one of them contains a space.
* | Merge 8.5jan.nijtmans2020-02-241-1/+1
|\ \ | |/
| * Add -Wpointer-arith warning to C-compile. Fix gcc(-9) warning.jan.nijtmans2020-02-241-24/+22
| |
* | Make win/configure work with CC=g++ (doesn't actually work with Tcl and Tk yet)jan.nijtmans2019-12-141-3/+12
| |
* | Merge 8.5jan.nijtmans2019-11-271-158/+75
|\ \ | |/
| * Don't bother paths of 64-bit SDK any more: This was Visual Studio ↵jan.nijtmans2019-11-271-158/+75
| | | | | | | | 2008-specific and doesn't work with other Visual Studio versions.
* | Fix travis build on Windows (tweak to configure script was made on purpose, ↵jan.nijtmans2019-11-041-10/+12
| | | | | | | | to workaround a bug in autoconf-2.59)
* | Updates from `make dist`dgp2019-11-031-12/+10
| |
* | merge 8.6dgp2019-09-111-3278/+3112
|\ \
| * \ Merge 8.5jan.nijtmans2019-09-091-1/+1
| |\ \ | | |/
| | * Final touch to make everything work for 8.5:jan.nijtmans2019-09-091-1/+1
| | | | | | | | | | | | | | | - Don't use AS_ECHO macro, because autoconf-2.59 doesn't have it. - -D_BUILD_tcl should be -DBUILD_tcl - Missing back-slashes at the end of the line.
| * | merge 8.5 (no functional changes on tclProc, it was already fixed there - ↵sebres2019-09-061-10/+12
| |\ \ | | |/ | | | | | | only test cases)
| | * Fix configure script (re-generated with a modified autoconf-2.59, in which ↵jan.nijtmans2019-09-061-10/+12
| | | | | | | | | | | | | | | the AC_PROG_MAKE_SET macro is replaced with the one from autoconf-2.69) :-) Re-enable native travis build on Windows, showing that the build now works.
| * | Merge 8.5. Add (still unused) runstatedir in Makefile.in. Re-generate ↵jan.nijtmans2019-09-021-3289/+3121
| |\ \ | | |/ | | | | | | win/unix configure scripts.
| | * close forksebres2019-07-121-3172/+2925
| | |\
* | | \ merge 8.6dgp2019-07-151-3112/+3300
|\ \ \ \ | |/ / /
| * | | integrate branch bug-4718b41c56, revert/rebuild win/configure (2.69 in ↵sebres2019-07-121-3112/+3300
| |\ \ \ | | |/ / | | | | | | | | tcl8.6), conflicts resolved, etc
| | * | integrate branch bug-4718b41c56, closes [4718b41c56]sebres2019-07-121-0/+20
| | |\ \
| | | * | win/x86: compat fix, 64-bit time_t for 32-build is optional now (via ↵sebres2019-07-101-0/+20
| | | | | | | | | | | | | | | | | | | | configure/make option time64bit or define _USE_64BIT_TIME_T)
| * | | | Merge 8.5jan.nijtmans2019-07-121-3279/+3112
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Leave out travis tests for MSVC, until test-cases are fixed.jan.nijtmans2019-07-121-3172/+2925
| | |/ / | | | | | | | | Revert generated configure script to use original autoconf version.
| * | | Add CI (Travis) builds and testing for Windows, both with MSVC and GCC.dkf2019-07-101-3112/+3279
| |\ \ \ | | |/ /
| | * | Updated win/configure to use current version of autoconfdkf2019-07-071-2925/+3172
| | |/