Index: HACKING =================================================================== RCS file: /cvsroot/classpath/classpath/HACKING,v retrieving revision 1.21 diff -u -b -B -r1.21 HACKING --- HACKING 18 Jan 2004 21:02:37 -0000 1.21 +++ HACKING 27 Jan 2004 21:58:19 -0000 @@ -11,10 +11,9 @@ For any build environment involving native libraries, these new versions of autoconf, automake, and libtool are required. - - GNU autoconf 2.53 - (2.59 also works) - - GNU automake 1.6 - (1.7 and 1.8 also works) + - GNU autoconf 2.59 + - GNU automake 1.7.x + (1.8.x also works) - GNU libtool 1.4.2 (1.4.3 and 1.5a also work) Index: INSTALL =================================================================== RCS file: /cvsroot/classpath/classpath/INSTALL,v retrieving revision 1.16 diff -u -b -B -r1.16 INSTALL --- INSTALL 2 May 2003 02:55:07 -0000 1.16 +++ INSTALL 27 Jan 2004 21:58:19 -0000 @@ -16,8 +16,8 @@ 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 @@ 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. Index: configure.ac =================================================================== RCS file: /cvsroot/classpath/classpath/configure.ac,v retrieving revision 1.1 diff -u -b -B -r1.1 configure.ac --- configure.ac 18 Jan 2004 22:06:42 -0000 1.1 +++ configure.ac 27 Jan 2004 21:58:19 -0000 @@ -14,8 +14,8 @@ dnl at which time we'll have to be more anal about such things AC_SUBST(LIBVERSION, "0:0:0") -AC_PREREQ(2.53) -AM_INIT_AUTOMAKE(1.6.0) +AC_PREREQ(2.59) +AM_INIT_AUTOMAKE(1.7.0) AC_CONFIG_HEADERS([include/config.h]) AC_PREFIX_DEFAULT(/usr/local/classpath) Index: doc/hacking.texinfo =================================================================== RCS file: /cvsroot/classpath/classpath/doc/hacking.texinfo,v retrieving revision 1.15 diff -u -b -B -r1.15 hacking.texinfo --- doc/hacking.texinfo 9 Jan 2004 20:55:58 -0000 1.15 +++ doc/hacking.texinfo 27 Jan 2004 21:58:20 -0000 @@ -274,9 +274,9 @@ @item CVS 1.11 @item -automake 1.6+ +automake 1.7+ @item -autoconf 2.53+ +autoconf 2.59+ @item libtool 1.4.2+ @item