summaryrefslogtreecommitdiffstats
path: root/unix/tclConfig.sh.in
Commit message (Collapse)AuthorAgeFilesLines
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
|
* Remove ${DBGX}, ${TCL_DBGX} from Tcl build system [Patch 1081595].jenglish2005-01-101-4/+4
|
* * unix/tclConfig.sh.in (TCL_EXTRA_CFLAGS): set to @CFLAGS@, whichhobbs2004-06-151-2/+2
| | | | is the configure-time CFLAGS. Addendum to m4 change on 2004-05-26.
* * unix/Makefile.in: Don't subst MATH_LIBS,mdejong2003-04-031-2/+2
| | | | | | | | | | | | | LIBS, and DL_LIBS separately. Instead, just subst TCL_LIBS since it includes the others. * unix/configure: Regen. * unix/tcl.m4 (SC_CONFIG_CFLAGS, SC_TCL_LINK_LIBS): Set and subst TCL_LIBS in SC_CONFIG_CFLAGS instead of SC_TCL_LINK_LIBS. Don't subst MATH_LIBS since it is now covered by TCL_LIBS. * unix/tclConfig.sh.in: Use TCL_LIBS instead of DL_LIBS, LIBS, and MATH_LIBS. * unix/dltest/Makefile.in: Ditto.
* * 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.
* 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.
* * 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.
* Applied patch from [Bug: 5921]ericm2000-06-201-2/+2
|
* Added lines so that extensions can set up static linker (ar vs. lib) andwart1999-07-291-2/+8
| | | | C compiler warning flags easily.
* 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.
* merged unix and windows stylessurles1999-06-161-2/+2
|
* Changed package tests to build against the stubs library.core_8_1_merge_lateststanton1999-03-111-2/+2
|
* Merged stubs changes into mainline for 8.0stanton1999-03-101-1/+33
|
* Changed config & Makefile to support n32 on IRIX.rjohnson1998-10-201-1/+4
|
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* More fixes for DBGXwelch1998-07-291-3/+3
|
* More DBG quoting fixeswelch1998-07-291-3/+3
|
* DBGX changeswelch1998-07-281-3/+3
|
* added the TCL_LIB_FLAG variableescoffon1998-07-211-1/+4
|
* - 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.
* Initial revisionrjohnson1998-03-261-0/+116