diff options
author | Bryce McKinlay <bryce@waitaki.otago.ac.nz> | 2002-02-08 01:22:47 +0000 |
---|---|---|
committer | Bryce McKinlay <bryce@gcc.gnu.org> | 2002-02-08 01:22:47 +0000 |
commit | e291c8db1b74ed014d827441325ff81103b149e2 (patch) | |
tree | 601ae97be71bd1478d3256a3b27811ca556f5d85 /libjava/HACKING | |
parent | fecb60af335958d3730cf847e37c43d8d70de9a4 (diff) | |
download | gcc-e291c8db1b74ed014d827441325ff81103b149e2.tar.gz |
* HACKING: Fix URL for the automake-gcj.
From-SVN: r49600
Diffstat (limited to 'libjava/HACKING')
-rw-r--r-- | libjava/HACKING | 2 |
1 files changed, 1 insertions, 1 deletions
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 |