summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorwart <wart>1999-06-16 02:20:41 (GMT)
committerwart <wart>1999-06-16 02:20:41 (GMT)
commit5ec56455226b1df586b2a72d90635ed4913bb186 (patch)
tree1c71c3b5c5e42c2b65bb0233035f2b75c7faecac /unix/configure.in
parent26bf1f75c9b6c7835946da2f24342d4d49abd542 (diff)
downloadtcl-5ec56455226b1df586b2a72d90635ed4913bb186.zip
tcl-5ec56455226b1df586b2a72d90635ed4913bb186.tar.gz
tcl-5ec56455226b1df586b2a72d90635ed4913bb186.tar.bz2
More TEA changes. Should play well with TclX now.
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in10
1 files changed, 3 insertions, 7 deletions
diff --git a/unix/configure.in b/unix/configure.in
index 62120d9..51b263d 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.41 1999/06/15 20:44:36 wart Exp $
+# RCS: @(#) $Id: configure.in,v 1.42 1999/06/16 02:20:41 wart Exp $
TCL_VERSION=8.1
TCL_MAJOR_VERSION=8
@@ -473,12 +473,8 @@ SC_BLOCKING_STYLE
# building libtcl as a shared library instead of a static library.
#--------------------------------------------------------------------
-if test "$TCL_SHARED_LIB_SUFFIX" = "" ; then
- TCL_SHARED_LIB_SUFFIX='${VERSION}\$\{DBGX\}${SHLIB_SUFFIX}'
-fi
-if test "$TCL_UNSHARED_LIB_SUFFIX" = "" ; then
- TCL_UNSHARED_LIB_SUFFIX='${VERSION}\$\{DBGX\}.a'
-fi
+TCL_UNSHARED_LIB_SUFFIX=${UNSHARED_LIB_SUFFIX}
+TCL_SHARED_LIB_SUFFIX=${SHARED_LIB_SUFFIX}
SC_ENABLE_SHARED