summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2003-08-15 11:22:36 +0000
committerMark Wielaard <mark@klomp.org>2003-08-15 11:22:36 +0000
commit00baa8cb7b59744f7765837c2e6411270a15d9b8 (patch)
tree44c69f54d92ef5b3c90f2ab6046cd605bc4292be /HACKING
parent7c3b9b57b33d4f6ae84c48863a941c477255687c (diff)
downloadclasspath-00baa8cb7b59744f7765837c2e6411270a15d9b8.tar.gz
* HACKING: Updated known working/not-working versions of auto-tools.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING7
1 files changed, 5 insertions, 2 deletions
diff --git a/HACKING b/HACKING
index 913c98791..da89bc919 100644
--- a/HACKING
+++ b/HACKING
@@ -1,4 +1,4 @@
-HACKING GNU Classpath - Last updated: December 23, 2002
+HACKING GNU Classpath - Last updated: August 15, 2003
Please read the README and INSTALL files first.
You only need the information in this file when working on non-released (CVS)
@@ -12,13 +12,16 @@ For any build environment involving native libraries, these new versions of
autoconf, automake, and libtool are required.
- GNU autoconf 2.53
+ (2.57 also works)
- GNU automake 1.6
+ (1.7 also works)
- GNU libtool 1.4.2
+ (1.4.3 also works, but 1.5a is known not to work at the moment)
For building the Java bytecode (.class files), one of these compilers
is required.
- - GNU GCJ 3.2+
+ - GNU GCJ 3.3+
- IBM jikes 1.18+
For building the JNI native libraries, the following are required.