summaryrefslogtreecommitdiffstats
path: root/unix
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 /unix
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.
Diffstat (limited to 'unix')
-rw-r--r--unix/configure.in4
1 files changed, 2 insertions, 2 deletions
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"])