summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-01-12 11:46:05 (GMT)
committerhobbs <hobbs>2000-01-12 11:46:05 (GMT)
commit47d1a4abebc84796b349dd4fbc51a2c009fcb9d2 (patch)
tree014cf7f15bc627395b5ca2f4de2bbadb6dbac8e2 /unix/configure.in
parent78fd58a9d168a501537ed45e4e29229b430a8846 (diff)
downloadtk-47d1a4abebc84796b349dd4fbc51a2c009fcb9d2.zip
tk-47d1a4abebc84796b349dd4fbc51a2c009fcb9d2.tar.gz
tk-47d1a4abebc84796b349dd4fbc51a2c009fcb9d2.tar.bz2
* unix/aclocal.m4: strtod bug on Tru64 [Bug: 3378]
* unix/Makefile.in: added tests to prevent unnecessary chmod +x in source dirs while installing [Bug: 3367] * unix/configure.in: properly sub'ed in TK_SHARED_BUILD [Bug: 3385] * tests/winWm.test: * tests/unixWm.test: * mac/tkMacWm.c: * unix/tkUnixWm.c: fixed possible X error being raised [Bug: 3377] * win/tkWinWm.c: wm deiconify in zoom state [Bug: 2077], fixed possible flashing of unmapped toplevel in deiconify [Bug: 3338] and fixed mapping of transient window [Bug: 572] Also, for all wm's, extended 'wm state' command to allow setting of the state, and added official support of 'zoomed' state on Win.
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/configure.in b/unix/configure.in
index da4382a..0b9e626 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.43 1999/12/21 23:56:33 hobbs Exp $
+# RCS: @(#) $Id: configure.in,v 1.44 2000/01/12 11:46:05 hobbs Exp $
TK_VERSION=8.3
TK_MAJOR_VERSION=8
@@ -379,6 +379,7 @@ else
TK_BUILD_LIB_SPEC="-bI:`pwd`/${TK_BUILD_EXP_FILE}"
TK_LIB_SPEC="-bI:${exec_prefix}/lib/${TK_EXP_FILE}"
fi
+TK_SHARED_BUILD=${SHARED_BUILD}
#--------------------------------------------------------------------
# The statements below define various symbols relating to creating