summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong@noemail.net>2003-03-13 10:39:55 (GMT)
committermdejong <mdejong@noemail.net>2003-03-13 10:39:55 (GMT)
commit050a3ca5b5661f37b5ef0c335ad0e15985d48cde (patch)
treee45da1541a5fc8a5316e161607bfefaaa06f724c /ChangeLog
parentfd9749b51b6844324b84742021acb44ed2085e92 (diff)
downloadtcl-050a3ca5b5661f37b5ef0c335ad0e15985d48cde.zip
tcl-050a3ca5b5661f37b5ef0c335ad0e15985d48cde.tar.gz
tcl-050a3ca5b5661f37b5ef0c335ad0e15985d48cde.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. * tools/configure: Regen with autoconf 2.57. * tools/configure.in: Require autoconf 2.57. * unix/configure: Regen with autoconf 2.57. * unix/configure.in: Require autoconf 2.57. Apply AC_LIBOBJ changes from patch 529884. * unix/tcl.m4: Ditto. * win/configure: Regen with autoconf 2.57. * win/configure.in: Require autoconf 2.57. Don't subst LIBOBJS since this happens by default, this avoids an autoconf error. FossilOrigin-Name: e8d2110460bd446deefdb2712980306f66de2730
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8815a82..046dd40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+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.
+
+ * tools/configure: Regen with autoconf 2.57.
+ * tools/configure.in: Require autoconf 2.57.
+ * unix/configure: Regen with autoconf 2.57.
+ * unix/configure.in: Require autoconf 2.57.
+ Apply AC_LIBOBJ changes from patch 529884.
+ * unix/tcl.m4: Ditto.
+ * win/configure: Regen with autoconf 2.57.
+ * win/configure.in: Require autoconf 2.57.
+ Don't subst LIBOBJS since this happens by
+ default, this avoids an autoconf error.
+
2003-03-12 Don Porter <dgp@users.sourceforge.net>
* generic/tclBasic.c (Tcl_EvalTokensStandard):