diff options
author | hobbs <hobbs> | 2010-08-12 00:40:20 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2010-08-12 00:40:20 (GMT) |
commit | 80dd8cf775d581ab4e2810242f53fc4feb495329 (patch) | |
tree | cd6353306e23df6f0ebda1c37b125db358dfe0e8 /unix/tclConfig.sh.in | |
parent | 893040ded5d960a9e7b736019853d5b2a02b02df (diff) | |
download | tcl-80dd8cf775d581ab4e2810242f53fc4feb495329.zip tcl-80dd8cf775d581ab4e2810242f53fc4feb495329.tar.gz tcl-80dd8cf775d581ab4e2810242f53fc4feb495329.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..d5569bc 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.22 2010/08/12 00:40:24 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@' |