summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormdejong <mdejong>2005-08-23 18:13:50 (GMT)
committermdejong <mdejong>2005-08-23 18:13:50 (GMT)
commita11893b13e3502d4fd1aa996889670a34248519b (patch)
treec888f639dcbc19e652c282f2e2699eb0a91194e7
parentd0b2a06839847ba4b6fba7c6741cfa68ff9a73d9 (diff)
downloadtcl-a11893b13e3502d4fd1aa996889670a34248519b.zip
tcl-a11893b13e3502d4fd1aa996889670a34248519b.tar.gz
tcl-a11893b13e3502d4fd1aa996889670a34248519b.tar.bz2
* unix/configure.in:
* win/configure: Regen. * win/configure.in: Update minimum autoconf version to 2.59.
-rw-r--r--ChangeLog7
-rw-r--r--unix/configure.in4
-rwxr-xr-xwin/configure6
-rw-r--r--win/configure.in4
4 files changed, 11 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 440a965..f5ba239 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-08-23 Mo DeJong <mdejong@users.sourceforge.net>
+
+ * unix/configure.in:
+ * win/configure: Regen.
+ * win/configure.in: Update minimum autoconf version
+ to 2.59.
+
2005-08-22 Daniel Steffen <das@users.sourceforge.net>
* unix/tclConfig.h.in: autoheader-2.59.
diff --git a/unix/configure.in b/unix/configure.in
index a550034..4f521e4 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -3,10 +3,10 @@ dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run during Tcl installation
dnl to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.136 2005/07/26 20:20:54 mdejong Exp $
+# RCS: @(#) $Id: configure.in,v 1.137 2005/08/23 18:13:50 mdejong Exp $
AC_INIT([tcl],[8.5])
-AC_PREREQ(2.57)
+AC_PREREQ(2.59)
dnl AC_CONFIG_HEADERS([tclConfig.h])
dnl AC_CONFIG_COMMANDS_PRE([DEFS="-DHAVE_TCL_CONFIG_H -imacros tclConfig.h"])
diff --git a/win/configure b/win/configure
index cadddbe..b294788 100755
--- a/win/configure
+++ b/win/configure
@@ -3133,12 +3133,6 @@ _ACEOF
#define USE_THREAD_ALLOC 1
_ACEOF
- # USE_THREAD_STORAGE tells us to use the new generic thread
- # storage subsystem.
- cat >>confdefs.h <<\_ACEOF
-#define USE_THREAD_STORAGE 1
-_ACEOF
-
else
TCL_THREADS=0
echo "$as_me:$LINENO: result: no (default)" >&5
diff --git a/win/configure.in b/win/configure.in
index 2e1dff6..579bf91 100644
--- a/win/configure.in
+++ b/win/configure.in
@@ -3,10 +3,10 @@
# generate the file "configure", which is run during Tcl installation
# to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.84 2005/06/07 14:03:53 dkf Exp $
+# RCS: @(#) $Id: configure.in,v 1.85 2005/08/23 18:13:51 mdejong Exp $
AC_INIT(../generic/tcl.h)
-AC_PREREQ(2.57)
+AC_PREREQ(2.59)
# The following define is needed when building with Cygwin since newer
# versions of autoconf incorrectly set SHELL to /bin/bash instead of