summaryrefslogtreecommitdiffstats
path: root/unix/configure
Commit message (Expand)AuthorAgeFilesLines
* b3 -> b4, as preparation for releasejan.nijtmans2024-08-131-1/+1
* AC_PREREQ([2.69]). Fix some indentingjan.nijtmans2024-08-131-95/+95
|\
| * AC_PREREQ([2.69]). Fix some indentingjan.nijtmans2024-08-131-98/+98
| |\
| | * Fix indenting. Prevent Tcl 8.6 to load Tk 8.7 (when it goes final). Fix AC_PR...jan.nijtmans2024-08-131-7221/+14882
* | | Fix Tk [1562e10c58]: with macOS framework build, tclsh cannot find Tk if ther...culler2024-08-121-0/+2
|\ \ \ | |/ /
| * | Fix Tk [1562e10c58]: with macOS framework build, tclsh cannot find Tk if ther...culler2024-08-121-0/+2
| |\ \ | | |/
| | * Fix Tk [1562e10c58]: with macOS framework build, tclsh cannot find Tk if ther...culler2024-08-121-14834/+7175
| | |\
| | | * Fix Tk [1562e10c58]: with macOS framework build, tclsh cannot find Tk if ther...culler2024-08-121-14520/+6437
| | |/
| | * "TCL_TOMMATH" is not used anywherejan.nijtmans2024-05-211-5/+0
* | | More of the same: Space before tab is extremely unlikely to be correct indent...jan.nijtmans2024-06-051-2/+2
* | | Add tommath-????/zlib-???? to build-info if libtommath/zlib is statically linkedjan.nijtmans2024-05-211-0/+3
|\ \ \ | |/ /
| * | Add tommath-????/zlib-???? to build-info if libtommath/zlib is statically linkedjan.nijtmans2024-05-211-0/+3
| * | a6 -> b1, as preparation for possible release (hopefully, one day)jan.nijtmans2024-03-061-1/+1
* | | b2 -> b3, as preparation for next releasejan.nijtmans2024-05-211-1/+1
* | | Remove dead codejan.nijtmans2024-03-081-9/+5
* | | b1 -> b2 (preparation for release)jan.nijtmans2024-03-051-1/+1
* | | Merge 8.7jan.nijtmans2024-03-041-3/+3
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2024-03-041-3/+3
| |\ \ | | |/
| | * If TCL_PACKAGE_PATH is set explicitly, don't change it in "configure"jan.nijtmans2024-03-041-2/+2
| | * Proposed fix for [1b8a893ded]: TCL_PACKAGE_PATH path is (wrongly) braced.jan.nijtmans2024-03-041-3/+3
| | * Bump to 8.6.14 for releasegriffin2024-01-161-1/+1
* | | Merge 8.7jan.nijtmans2024-01-071-1144/+1562
|\ \ \ | |/ /
| * | Upgrade to autoconf-2.72jan.nijtmans2024-01-071-1131/+1544
* | | merge trunkdgp2023-11-291-4/+1
|\ \ \
| * \ \ Fix [e653408972]: autoconf warningjan.nijtmans2023-11-231-4/+1
| |\ \ \ | | |/ /
| | * | Fix [e653408972]: autoconf warningjan.nijtmans2023-11-231-4/+1
| | |\ \ | | | |/
* | | | merge trunkdgp2023-11-031-0/+7
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2023-10-091-2871/+3591
| |\ \ \ | | |/ /
| | * | Re-generate "configure" with autoconf-2.71jan.nijtmans2023-10-091-2849/+3564
| | |\ \ | | | |/
| * | | Merge 8.7 - unix test buildsapnadkarni2023-10-091-3591/+2878
| |\ \ \ | | |/ /
| | * | Rework to use configure as prior solution presumed Gnu makeapnadkarni2023-10-081-3564/+2856
| | * | Merge 8.7jan.nijtmans2023-08-031-2/+0
| | |\ \ | | | |/
| | | * DOn't use --out-implib on Cygwin any more, no longer neededjan.nijtmans2023-08-031-2/+0
* | | | merge trunkdgp2023-08-031-4/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2023-08-021-4/+1
| |\ \ \ | | |/ /
| | * | Merge 8.6jan.nijtmans2023-08-021-2/+1
| | |\ \ | | | |/
| | | * deprecate TCL_EXPORT_FILE_SUFFIX: no longer needed. Fix some path handling co...jan.nijtmans2023-08-021-2/+1
* | | | merge trunkdgp2023-07-311-1/+26
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2023-07-261-1/+26
| |\ \ \ | | |/ /
| | * | Merge 8.6jan.nijtmans2023-07-261-1/+26
| | |\ \ | | | |/
| | | * Add (back) check for vfork()jan.nijtmans2023-07-251-2/+3
| | | * Re-generate configure and tclConfig.h.injan.nijtmans2023-07-251-1/+4
* | | | merge trunkdgp2023-07-241-38/+2
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2023-07-241-7/+1
| |\ \ \ | | |/ /
| | * | Merge 8.6jan.nijtmans2023-07-241-7/+1
| | |\ \
| | | * | For now, disable posix_spawnp, until we have a better solution for [407b70361...jan.nijtmans2023-07-241-102/+1
| | | |/
| * | | Merge 8.7jan.nijtmans2023-07-241-38/+8
| |\ \ \ | | |/ /
| | * | Merge 8.6jan.nijtmans2023-07-241-3/+8
| | |\ \ | | | |/
| | | * Merge 8.6. Put vfork check a little bit earlier in unix/tcl.m4. Re-generate u...jan.nijtmans2023-07-031-4985/+13791
| | | |\
| | | * | Updated configure script to ease testing with this branchneumann2023-06-301-13693/+4985
| | | |/