diff options
author | hobbs <hobbs> | 2010-08-12 00:11:17 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2010-08-12 00:11:17 (GMT) |
commit | 4678f5b6436d4675fc5ef46fb270aa89bfaf382c (patch) | |
tree | 91c0361d885a363542d4b598ff57ae47b3b2b368 /unix/tclConfig.sh.in | |
parent | efc2aa388b3e16809efebb72d32b9b9ba17be69b (diff) | |
download | tcl-4678f5b6436d4675fc5ef46fb270aa89bfaf382c.zip tcl-4678f5b6436d4675fc5ef46fb270aa89bfaf382c.tar.gz tcl-4678f5b6436d4675fc5ef46fb270aa89bfaf382c.tar.bz2 |
* unix/ldAix: remove ancient (pre-4.2) AIX support
* unix/configure: regen with ac-2.59
* unix/configure.in, unix/tclConfig.sh.in, unix/Makefile.in:
* unix/tcl.m4 (AIX): remove the need for ldAIX, replace with
-bexpall/-brtl. Remove TCL_EXP_FILE (export file) and other
baggage that went with it. Remove pre-4 AIX build support.
Diffstat (limited to 'unix/tclConfig.sh.in')
-rw-r--r-- | unix/tclConfig.sh.in | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/unix/tclConfig.sh.in b/unix/tclConfig.sh.in index 282263d..d961cc8 100644 --- a/unix/tclConfig.sh.in +++ b/unix/tclConfig.sh.in @@ -9,7 +9,7 @@ # # The information in this file is specific to a single platform. # -# RCS: @(#) $Id: tclConfig.sh.in,v 1.21 2005/05/10 18:35:27 kennykb Exp $ +# RCS: @(#) $Id: tclConfig.sh.in,v 1.21.10.1 2010/08/12 00:11:23 hobbs Exp $ # Tcl's version number. TCL_VERSION='@TCL_VERSION@' @@ -41,15 +41,6 @@ TCL_SHARED_BUILD=@TCL_SHARED_BUILD@ # The name of the Tcl library (may be either a .a file or a shared library): TCL_LIB_FILE='@TCL_LIB_FILE@' -# Flag to indicate whether shared libraries need export files. -TCL_NEEDS_EXP_FILE=@TCL_NEEDS_EXP_FILE@ - -# String that can be evaluated to generate the part of the export file -# name that comes after the "libxxx" (includes version number, if any, -# extension, and anything else needed). May depend on the variables -# VERSION. On most UNIX systems this is ${VERSION}.exp. -TCL_EXPORT_FILE_SUFFIX='@CFG_TCL_EXPORT_FILE_SUFFIX@' - # Additional libraries to use when linking Tcl. TCL_LIBS='@TCL_LIBS@' |