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.
* * 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