summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorredman <redman@noemail.net>1999-07-08 01:11:29 (GMT)
committerredman <redman@noemail.net>1999-07-08 01:11:29 (GMT)
commitee9d5bbb01389fc1be55677dc641ba7850e9a364 (patch)
treeac8260515547937cd5896be402c00c9e40005dc3 /unix
parent48983800722593d1fab54871e4a97b1c03f25024 (diff)
downloadtk-ee9d5bbb01389fc1be55677dc641ba7850e9a364.zip
tk-ee9d5bbb01389fc1be55677dc641ba7850e9a364.tar.gz
tk-ee9d5bbb01389fc1be55677dc641ba7850e9a364.tar.bz2
Fix Tk stub file names and flags
FossilOrigin-Name: 4fdb6175a401e31bd9cb6c54d4bd6863a0c42cb7
Diffstat (limited to 'unix')
-rw-r--r--unix/configure.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/unix/configure.in b/unix/configure.in
index fc33d14..890c0d4 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.37 1999/06/25 23:30:26 welch Exp $
+# RCS: @(#) $Id: configure.in,v 1.38 1999/07/08 01:11:33 redman Exp $
TK_VERSION=8.2
TK_MAJOR_VERSION=8
@@ -398,12 +398,14 @@ fi
# Replace ${VERSION} with contents of ${TK_VERSION}
eval "STUB_LIB_FILE=libtkstub${TK_UNSHARED_LIB_SUFFIX}"
+# Replace DBGX with TK_DBGX
+eval "STUB_LIB_FILE=\"${STUB_LIB_FILE}\""
MAKE_STUB_LIB="ar cr \${STUB_LIB_FILE} \${STUB_LIB_OBJS}"
TK_STUB_LIB_FILE=${STUB_LIB_FILE}
-if test "${TK_LIB_VERSIONS_OK}" = "ok"; then
+if test "${TCL_LIB_VERSIONS_OK}" = "ok"; then
TK_STUB_LIB_FLAG="-ltkstub${TK_VERSION}\${TK_DBGX}"
else
TK_STUB_LIB_FLAG="-ltkstub`echo ${TK_VERSION} | tr -d .`\${TK_DBGX}"