summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authormdejong <mdejong>2003-03-13 10:54:48 (GMT)
committermdejong <mdejong>2003-03-13 10:54:48 (GMT)
commit717e752cab9ac13ccf3bfde94dd5dd4465b4f474 (patch)
tree65e42be439ad084ab0a076c284217137c5cc6541 /unix/configure.in
parent7d023718139986d6a52228299d1c68a78b09dab4 (diff)
downloadtk-717e752cab9ac13ccf3bfde94dd5dd4465b4f474.zip
tk-717e752cab9ac13ccf3bfde94dd5dd4465b4f474.tar.gz
tk-717e752cab9ac13ccf3bfde94dd5dd4465b4f474.tar.bz2
Require autoconf 2.57 or newer, see TIP 34
for a detailed explanation of why this is good. This will no doubt break the build on some platforms, let the flaming begin. * unix/configure: Regen with autoconf 2.57. * unix/configure.in: Require autoconf 2.57. * unix/tcl.m4: Update from Tcl. * win/configure: Regen with autoconf 2.57. * win/configure.in: Require autoconf 2.57. * win/tcl.m4: Update from Tcl.
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure.in b/unix/configure.in
index ebf3cd1..b8d33c4 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 Tk installation
dnl to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.84 2003/03/04 23:50:44 dgp Exp $
+# RCS: @(#) $Id: configure.in,v 1.85 2003/03/13 10:54:49 mdejong Exp $
AC_INIT(../generic/tk.h)
-AC_PREREQ(2.13)
+AC_PREREQ(2.57)
TK_VERSION=8.5
TK_MAJOR_VERSION=8