summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>2002-02-08 01:22:47 +0000
committerbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>2002-02-08 01:22:47 +0000
commit9a467c45f4d0f4fb2cd91f2e91e527ca795872b4 (patch)
tree601ae97be71bd1478d3256a3b27811ca556f5d85
parente507e4aa2203f096ececff96139787f3e17400a5 (diff)
downloadgcc-9a467c45f4d0f4fb2cd91f2e91e527ca795872b4.tar.gz
* HACKING: Fix URL for the automake-gcj.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49600 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--libjava/ChangeLog4
-rw-r--r--libjava/HACKING2
2 files changed, 5 insertions, 1 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index 5283e60b967..e4f6fdd0bdb 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,3 +1,7 @@
+2002-02-08 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
+
+ * HACKING: Fix URL for the automake-gcj.
+
2002-02-07 Tom Tromey <tromey@redhat.com>
* java/lang/natThrowable.cc: Updated copyright.
diff --git a/libjava/HACKING b/libjava/HACKING
index 6ea549daef9..f0ad859a6ff 100644
--- a/libjava/HACKING
+++ b/libjava/HACKING
@@ -42,7 +42,7 @@ But note the following (thanks to Bryce McKinlay):
> Makefile?
Yup, you need the magic libgcj automake ;-)
-<ftp://ftp.freesoftware.com/.0/sourceware/java/automake-gcj-1.4.tar.gz>
+<ftp://sources.redhat.com/pub/java/automake-gcj-1.4.tar.gz>
Install that (don't worry, it should still work for other projects), add your
files to the Makefile.am, then just type "automake" and it will regenerate the