summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-02-19 01:06:19 (GMT)
committerhobbs <hobbs>2002-02-19 01:06:19 (GMT)
commit674fb92daa40e8e17adb75419e1f85d9f6dca012 (patch)
tree7a5520a9bb38747fbeaa57a474784d1a8f11d1f5 /unix/configure.in
parent494d2131a908b9abbd21bd8539f704cfbf15e7c0 (diff)
downloadtk-674fb92daa40e8e17adb75419e1f85d9f6dca012.zip
tk-674fb92daa40e8e17adb75419e1f85d9f6dca012.tar.gz
tk-674fb92daa40e8e17adb75419e1f85d9f6dca012.tar.bz2
* unix/configure: regen'd
* unix/tcl.m4: * unix/configure.in: added macros and calls to SC_TCL_EARLY_FLAGS and SC_TCL_64BIT_FLAGS, part of TIP #72.
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in10
1 files changed, 9 insertions, 1 deletions
diff --git a/unix/configure.in b/unix/configure.in
index a5c65a5..9648b82 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.69 2002/01/29 08:23:36 mdejong Exp $
+# RCS: @(#) $Id: configure.in,v 1.70 2002/02/19 01:06:19 hobbs Exp $
AC_INIT(../generic/tk.h)
@@ -73,6 +73,14 @@ fi
fi
#--------------------------------------------------------------------
+# Detect what compiler flags to set for 64-bit support.
+#--------------------------------------------------------------------
+
+SC_TCL_EARLY_FLAGS
+
+SC_TCL_64BIT_FLAGS
+
+#--------------------------------------------------------------------
# Find and load the tclConfig.sh file
#--------------------------------------------------------------------