summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2002-07-19 20:29:46 (GMT)
committermdejong <mdejong>2002-07-19 20:29:46 (GMT)
commitca946034dc6020473c9c02c0bbc824e2084a2dd9 (patch)
tree98293ce548626789357c1e6fabbdd9a10c461459 /ChangeLog
parent2eccfe1eb7b55dbcace482cf354d831fc3a1be6a (diff)
downloadtcl-ca946034dc6020473c9c02c0bbc824e2084a2dd9.zip
tcl-ca946034dc6020473c9c02c0bbc824e2084a2dd9.tar.gz
tcl-ca946034dc6020473c9c02c0bbc824e2084a2dd9.tar.bz2
* unix/configure:
* unix/configure.in: * win/configure: * win/configure.in: Add AC_PREREQ(2.13) in an attempt to make it more clear that the configure scripts must be generated with autoconf version 2.13. [Bug 583573]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7915ec9..d5623e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2002-07-19 Mo DeJong <mdejong@users.sourceforge.net>
+
+ * unix/configure:
+ * unix/configure.in:
+ * win/configure:
+ * win/configure.in: Add AC_PREREQ(2.13) in an attempt
+ to make it more clear that the configure scripts
+ must be generated with autoconf version 2.13.
+ [Bug 583573]
+
2002-07-19 Vince Darley <vincentdarley@users.sourceforge.net>
* unix/Makefile.in: fix to build on MacOS X [Bug 529801], bug