Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge core-8-6-branch | jan.nijtmans | 2017-04-20 | 1 | -1/+2 |
|\ | |||||
| * | Add flag TCL_CC_SEARCH_FLAGS to tclConfig.sh on Windows, just as it exists ↵ | jan.nijtmans | 2017-04-20 | 1 | -1/+2 |
| | | | | | | | | on unix, even though it should just be empty: TEA extensions might depend on it. | ||||
* | | configure.in -> configure.ac | jan.nijtmans | 2016-03-08 | 1 | -1/+1 |
|/ | |||||
* | Remove a number of eol-spaces. No change in functionality. | jan.nijtmans | 2014-11-14 | 1 | -1/+1 |
| | |||||
* | typo | jan.nijtmans | 2014-02-12 | 1 | -1/+1 |
| | |||||
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
| | | | more harm than good. Purged them. | ||||
* | Define TCL_INCLUDE_SPEC in tclConfig.sh. It should be | mdejong | 2001-11-08 | 1 | -1/+5 |
| | | | | | | | | | | | | | | included by extensions that need to find Tcl include headers in the install location. The user can override the include install dir with --includedir so we need to record this information for extensions. [Tcl bug 421835] * unix/configure: Regen. * unix/configure.in: Define TCL_INCLUDE_SPEC. * unix/tclConfig.sh.in: Define TCL_INCLUDE_SPEC. * win/configure: Regen. * win/configure.in: Define TCL_INCLUDE_SPEC. * win/tclConfig.sh.in: Define TCL_INCLUDE_SPEC. | ||||
* | * unix/configure: Regen. | mdejong | 2001-04-25 | 1 | -1/+5 |
| | | | | | | | | * unix/tcl.m4: Subst TCL_THREADS into tclConfig.sh. * unix/tclConfig.sh.in: Add TCL_THREADS variable. * win/configure: Regen. * win/tcl.m4: Subst TCL_THREADS into tclConfig.sh. * win/tclConfig.sh.in: Add TCL_THREADS variable. | ||||
* | * win/tclConfig.sh.in (TCL_LIBS): Cleaned up unix-specific | hobbs | 2000-09-28 | 1 | -2/+2 |
| | | | | autoconf variables. | ||||
* | Fix definition of TCL_SRC_DIR in mingw/vc++ configure so that it matches the ↵ | mo | 2000-07-07 | 1 | -8/+1 |
| | | | | unix verison | ||||
* | Applied patch from [Bug: 5921] | ericm | 2000-06-20 | 1 | -2/+2 |
| | |||||
* | Added lines so that extensions can set up static linker (ar vs. lib) and | wart | 1999-07-29 | 1 | -1/+7 |
| | | | | C compiler warning flags easily. | ||||
* | Added entries for LDFLAGS_DEBUG and LDFLAGS_OPTIMIZE so that extensions can | wart | 1999-07-28 | 1 | -1/+5 |
| | | | | get these values in the same way they get the debug and optimize CFLAGS. | ||||
* | added tclConfig.sh.in for Windows | surles | 1999-06-16 | 1 | -0/+171 |