From 4dd867956b2a4313df469f505d3175b7fbaef59b Mon Sep 17 00:00:00 2001 From: wart Date: Wed, 11 Aug 1999 22:48:09 +0000 Subject: Added substitution for STLIB_LD, the static linker. FossilOrigin-Name: c0840b5c4d9aaede8f247f645e0103e9ca3a8275 --- unix/configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- cgit v0.12