summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwart <wart@noemail.net>1999-08-11 22:48:09 (GMT)
committerwart <wart@noemail.net>1999-08-11 22:48:09 (GMT)
commit4dd867956b2a4313df469f505d3175b7fbaef59b (patch)
treed192c9f31c8f821a6d8bb855cad3da325ba52cc4
parentf113685f5d5085651aaac743d2f2178c78fcc93d (diff)
downloadtcl-4dd867956b2a4313df469f505d3175b7fbaef59b.zip
tcl-4dd867956b2a4313df469f505d3175b7fbaef59b.tar.gz
tcl-4dd867956b2a4313df469f505d3175b7fbaef59b.tar.bz2
Added substitution for STLIB_LD, the static linker.
FossilOrigin-Name: c0840b5c4d9aaede8f247f645e0103e9ca3a8275
-rw-r--r--unix/configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/configure.in b/unix/configure.in
index f57745e..b3f3563 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -2,7 +2,7 @@ dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run during Tcl installation
dnl to configure the system for the local environment.
AC_INIT(../generic/tcl.h)
-# RCS: @(#) $Id: configure.in,v 1.47 1999/08/10 23:16:26 redman Exp $
+# RCS: @(#) $Id: configure.in,v 1.48 1999/08/11 22:48:09 wart Exp $
TCL_VERSION=8.2
TCL_MAJOR_VERSION=8
@@ -607,6 +607,7 @@ AC_SUBST(MAKE_LIB)
AC_SUBST(TCL_SHARED_BUILD)
AC_SUBST(SHLIB_CFLAGS)
AC_SUBST(SHLIB_LD)
+AC_SUBST(STLIB_LD)
AC_SUBST(SHLIB_LD_LIBS)
AC_SUBST(SHLIB_SUFFIX)
AC_SUBST(TCL_BUILD_LIB_SPEC)