summaryrefslogtreecommitdiffstats
path: root/win/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 /win/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 'win/configure.in')
-rw-r--r--win/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/configure.in b/win/configure.in
index 67974db..88c0617 100644
--- a/win/configure.in
+++ b/win/configure.in
@@ -3,10 +3,10 @@
# generate the file "configure", which is run during Tk installation
# to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.50 2003/03/04 23:50:47 dgp Exp $
+# RCS: @(#) $Id: configure.in,v 1.51 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