summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--HACKING7
-rw-r--r--INSTALL8
-rw-r--r--configure.ac4
-rw-r--r--doc/hacking.texinfo4
5 files changed, 17 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b3c80430..81fb4897f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
+
2004-01-27 David Jee <djee@redhat.com>
* native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c
diff --git a/HACKING b/HACKING
index 7820d1359..db0c85d57 100644
--- a/HACKING
+++ b/HACKING
@@ -11,10 +11,9 @@ have the following installed:
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)
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.
diff --git a/configure.ac b/configure.ac
index 8edf64864..d4098e977 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,8 +14,8 @@ dnl We will not track/change lib version until we reach version 1.0
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)
diff --git a/doc/hacking.texinfo b/doc/hacking.texinfo
index 2179ecea0..75ec33ecb 100644
--- a/doc/hacking.texinfo
+++ b/doc/hacking.texinfo
@@ -274,9 +274,9 @@ familiarize yourself with the following tools:
@item
CVS 1.11
@item
-automake 1.6+
+automake 1.7+
@item
-autoconf 2.53+
+autoconf 2.59+
@item
libtool 1.4.2+
@item