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 /ChangeLog | |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2003-03-13 Mo DeJong <mdejong@users.sourceforge.net> + + 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. + 2003-03-12 Donal K. Fellows <fellowsd@cs.man.ac.uk> * library/msgbox.tcl (tk::MessageBox): Stopped message box buttons |