summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwart <wart>1999-08-11 22:48:09 (GMT)
committerwart <wart>1999-08-11 22:48:09 (GMT)
commit720e09d73ac2b8eb6fa74bd1f3c44677b98008e2 (patch)
treed192c9f31c8f821a6d8bb855cad3da325ba52cc4
parent1f23830c3b42dac13ef01142ecc6f8d19b09d111 (diff)
downloadtcl-720e09d73ac2b8eb6fa74bd1f3c44677b98008e2.zip
tcl-720e09d73ac2b8eb6fa74bd1f3c44677b98008e2.tar.gz
tcl-720e09d73ac2b8eb6fa74bd1f3c44677b98008e2.tar.bz2
Added substitution for STLIB_LD, the static linker.
-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)