summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorwart <wart>1999-06-16 02:35:54 (GMT)
committerwart <wart>1999-06-16 02:35:54 (GMT)
commit14bec5406c11563f3f435af1491be48e6751f480 (patch)
treef2ae001ff72645534b4dbaf6e0c997d7d885bf8d /unix/configure.in
parentc47400cd87802c8afb44aec792b4429b5e16164d (diff)
downloadtk-14bec5406c11563f3f435af1491be48e6751f480.zip
tk-14bec5406c11563f3f435af1491be48e6751f480.tar.gz
tk-14bec5406c11563f3f435af1491be48e6751f480.tar.bz2
Updated to reflect recent changes in tcl.m4
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in17
1 files changed, 10 insertions, 7 deletions
diff --git a/unix/configure.in b/unix/configure.in
index 9ca62e1..09ff608 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -3,7 +3,7 @@ dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run during Tk installation
dnl to configure the system for the local environment.
AC_INIT(../generic/tk.h)
-# RCS: @(#) $Id: configure.in,v 1.35 1999/06/15 22:23:19 wart Exp $
+# RCS: @(#) $Id: configure.in,v 1.36 1999/06/16 02:35:54 wart Exp $
TK_VERSION=8.1
TK_MAJOR_VERSION=8
@@ -334,12 +334,15 @@ SC_BUGGY_STRTOD
SC_ENABLE_SHARED
-if test "$TK_SHARED_LIB_SUFFIX" = "" ; then
- TK_SHARED_LIB_SUFFIX='${VERSION}\$\{TK_DBGX\}${SHLIB_SUFFIX}'
-fi
-if test "$TK_UNSHARED_LIB_SUFFIX" = "" ; then
- TK_UNSHARED_LIB_SUFFIX='${VERSION}\$\{TK_DBGX\}.a'
-fi
+#if test "$TK_SHARED_LIB_SUFFIX" = "" ; then
+# TK_SHARED_LIB_SUFFIX='${VERSION}\$\{TK_DBGX\}${SHLIB_SUFFIX}'
+#fi
+#if test "$TK_UNSHARED_LIB_SUFFIX" = "" ; then
+# TK_UNSHARED_LIB_SUFFIX='${VERSION}\$\{TK_DBGX\}.a'
+#fi
+
+TK_SHARED_LIB_SUFFIX=${SHARED_LIB_SUFFIX}
+TK_UNSHARED_LIB_SUFFIX=${UNSHARED_LIB_SUFFIX}
TCL_LIB_SPEC='-L$(TCL_BIN_DIR) $(TCL_LIB_FLAG)'
TCL_STUB_LIB_SPEC='-L$(TCL_BIN_DIR) $(TCL_STUB_LIB_FLAG)'