diff options
author | mdejong <mdejong> | 2003-03-13 10:54:48 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2003-03-13 10:54:48 (GMT) |
commit | 717e752cab9ac13ccf3bfde94dd5dd4465b4f474 (patch) | |
tree | 65e42be439ad084ab0a076c284217137c5cc6541 /win/configure.in | |
parent | 7d023718139986d6a52228299d1c68a78b09dab4 (diff) | |
download | tk-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.in | 4 |
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 |