summaryrefslogtreecommitdiffstats
path: root/unix/tclConfig.sh.in
Commit message (Collapse)AuthorAgeFilesLines
* * unix/tcl.m4: fixed Darwin autoconf breakage caused bydas2004-07-201-2/+2
| | | | | | | | | | recent CFLAGS reordering. * unix/configure: regen * unix/tclConfig.sh.in: replaced EXTRA_CFLAGS with CFLAGS. * unix/dltest/Makefile.in: replaced EXTRA_CFLAGS with DEFS. FossilOrigin-Name: 7553cb7e69197bca8dc10c457333d7484900fa27
* * unix/Makefile.in: Revert fix for Tcl bug 529801mdejong2002-07-281-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | since it was incorrect and broke the build on other systems. Fix Tcl bug 587299. Add MAJOR_VERSION, MINOR_VERSION, PATCH_LEVEL, SHLIB_LD_FLAGS, SHLIB_LD_LIBS, CC_SEARCH_FLAGS, LD_SEARCH_FLAGS, and LIB_FILE variables to support more generic library build/install rules. * unix/configure: Regen. * unix/configure.in: Move AC_PROG_RANLIB into tcl.m4. Move shared build test and setting of MAKE_LIB and MAKE_STUB_LIB into tcl.m4. Move subst of a number of variables into tcl.m4 where they are defined. * unix/tcl.m4 (SC_ENABLE_SYMBOLS, SC_CONFIG_CFLAGS): Subst vars where they are defined. Add MAKE_LIB, MAKE_STUB_LIB, INSTALL_LIB, and INSTALL_STUB_LIB rules to deal with the ugly details of running ranlib on static libs at build and install time. Replace TCL_SHLIB_LD_EXTRAS with SHLIB_LD_FLAGS and use it when building a shared library. * unix/tclConfig.sh.in: Add TCL_CC_SEARCH_FLAGS. FossilOrigin-Name: e1f1545c04dcd23ee72477251327196e974dd958
* Define TCL_INCLUDE_SPEC in tclConfig.sh. It should bemdejong2001-11-081-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. FossilOrigin-Name: 1b2b73902f1a53a36f83ede63accec07a820a47b
* * unix/configure: Regen.mdejong2001-04-251-1/+4
| | | | | | | | | | * 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. FossilOrigin-Name: 6fb90b112f99ca08577955902972b9604a58d6bf
* Applied patch from [Bug: 5921]ericm2000-06-201-2/+2
| | | FossilOrigin-Name: beffb3997a597af9ec54c8d25848194945cb34c6
* Added lines so that extensions can set up static linker (ar vs. lib) andwart1999-07-291-2/+8
| | | | | | C compiler warning flags easily. FossilOrigin-Name: 8ccef65e92647c33a871988aa3d66f222a5dd507
* Added entries for LDFLAGS_DEBUG and LDFLAGS_OPTIMIZE so that extensions canwart1999-07-281-1/+5
| | | | | | get these values in the same way they get the debug and optimize CFLAGS. FossilOrigin-Name: 0d5ddcfb912766c5815cda3c634f06b355b3acde
* merged unix and windows stylessurles1999-06-161-2/+2
| | | FossilOrigin-Name: 95cc329c16c5df8922f3c388611fda1e20caf335
* Changed package tests to build against the stubs library.core-8-1-merge-lateststanton1999-03-111-2/+2
| | | FossilOrigin-Name: 7bca5a035ccf3178087fe5238aed2d06264c4809
* Merged stubs changes into mainline for 8.0stanton1999-03-101-1/+33
| | | FossilOrigin-Name: 19696933517612024e7dbcfee6e3c8d3b4e41772
* Changed config & Makefile to support n32 on IRIX.rjohnson1998-10-201-1/+4
| | | FossilOrigin-Name: d999c483da8a7ba810ccf5d68fec14f458daee06
* Replaced SCCS strings, fixed binary filescore-8-0-3stanton1998-09-141-1/+1
| | | FossilOrigin-Name: 196f92fd17305db5fec1acd59f6926de11e01624
* More fixes for DBGXwelch1998-07-291-3/+3
| | | FossilOrigin-Name: 19f36784997a128d183c68154f8c1f49e0372e02
* More DBG quoting fixeswelch1998-07-291-3/+3
| | | FossilOrigin-Name: 884367dfd854d4c15ccc1d920e9a74b854b50ed5
* DBGX changeswelch1998-07-281-3/+3
| | | FossilOrigin-Name: 9cf4671d4a6cec4b8e063ed9328c7038c92065f1
* added the TCL_LIB_FLAG variableescoffon1998-07-211-1/+4
| | | FossilOrigin-Name: ac3138947c578be4ec91c450eef88a7e41672c93
* - added support for configuration of debug/nodebug in configure script.escoffon1998-07-011-3/+11
| | | | | | | - also added a atring to append to generated libraries when built with symbols. FossilOrigin-Name: 56d396154c9bd9bd01b452cc5d539a41c51b876b
* Initial revisionrjohnson1998-03-261-0/+116
FossilOrigin-Name: f86c34e38d2a946e0ed196001fd756c57f90791a