summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authormdejong <mdejong>2002-05-21 18:27:31 (GMT)
committermdejong <mdejong>2002-05-21 18:27:31 (GMT)
commit3009398fd48768c0775ee9fc23a4d8982abc758f (patch)
tree172e06fbd9b02a1aa7c7d1b1522e10f25c308919 /unix/configure.in
parent23ed65866c66fe8ecb9291e59cab065483b05323 (diff)
downloadtk-3009398fd48768c0775ee9fc23a4d8982abc758f.zip
tk-3009398fd48768c0775ee9fc23a4d8982abc758f.tar.gz
tk-3009398fd48768c0775ee9fc23a4d8982abc758f.tar.bz2
* unix/configure: Regen.
* unix/configure.in: Invoke SC_ENABLE_SHARED before calling SC_CONFIG_CFLAGS so that the SHARED_BUILD variable can be checked inside SC_CONFIG_CFLAGS. * unix/tcl.m4: Update from Tcl.
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/configure.in b/unix/configure.in
index 3f4cb5f..fab84cf 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.
#
-# RCS: @(#) $Id: configure.in,v 1.71 2002/03/06 15:36:17 dkf Exp $
+# RCS: @(#) $Id: configure.in,v 1.72 2002/05/21 18:27:31 mdejong Exp $
AC_INIT(../generic/tk.h)
@@ -91,6 +91,8 @@ SC_LOAD_TCLCONFIG
# Recompute the necessary flags to run the compiler
#--------------------------------------------------------------------
+SC_ENABLE_SHARED
+
SC_CONFIG_CFLAGS
SC_ENABLE_SYMBOLS
@@ -348,8 +350,6 @@ SC_BUGGY_STRTOD
# building libtk as a shared library instead of a static library.
#--------------------------------------------------------------------
-SC_ENABLE_SHARED
-
eval eval "TK_SHARED_LIB_SUFFIX=${SHARED_LIB_SUFFIX}"
eval eval "TK_UNSHARED_LIB_SUFFIX=${UNSHARED_LIB_SUFFIX}"