summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMichael Koch <konqueror@gmx.de>2004-01-27 22:00:41 +0000
committerMichael Koch <konqueror@gmx.de>2004-01-27 22:00:41 +0000
commite87f9ceaa94b03bdb744a5d19656a4ee92912031 (patch)
tree1bb90e0dd258fb2ac08cd9c51c5a323a32bfdc78 /INSTALL
parent7be82a4f9ad11c36826ffe2018a8646576fecbf0 (diff)
downloadclasspath-e87f9ceaa94b03bdb744a5d19656a4ee92912031.tar.gz
2004-01-27 Michael Koch <konqueror@gmx.de>
* HACKING, INSTALL, configure.ac, doc/hacking.texinfo: Updated to depend on autoconf 2.59 and automake 1.7. Also depend on GCJ 3.3 in all files.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 241cfa463..bb67a97b0 100644
--- a/INSTALL
+++ b/INSTALL
@@ -16,8 +16,8 @@ Suggested Software
if changes are made that require rebuilding configure, Makefile.in,
aclocal.m4, or config.h.in.
- - GNU autoconf 2.53
- - GNU automake 1.6
+ - GNU autoconf 2.59
+ - GNU automake 1.7
- GNU libtool 1.4.2
For building the Java bytecode (.class files), one of these
@@ -27,8 +27,8 @@ Suggested Software
included in any of Sun's JDKs will not work, as it will not
compile java.lang.Object.
- - GCJ 3.2+ (part of the GNU GCC package). Note that GCC
- 3.3 (from CVS) is currently unreleased.
+ - GCJ 3.3+ (part of the GNU GCC package). Note that GCC
+ 3.4 (from CVS) is currently unreleased.
- IBM jikes 1.18+.
- The kjc compiler is supported with configure but we have
been unable to successfully compile with it.