OSDN Git Service

2004-08-30 Andreas Tobler <a.tobler@schweiz.ch>
authorandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Aug 2004 18:45:10 +0000 (18:45 +0000)
committerandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Aug 2004 18:45:10 +0000 (18:45 +0000)
* HACKING: Remove reference to special automake. No longer needed.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86793 138bc75d-0d04-0410-961f-82ee72b054a4

libjava/ChangeLog
libjava/HACKING

index deaee8c..5cdc6f4 100644 (file)
@@ -1,3 +1,7 @@
+2004-08-30  Andreas Tobler  <a.tobler@schweiz.ch>
+
+       * HACKING: Remove reference to special automake. No longer needed.
+
 2004-08-30  Tom Tromey  <tromey@redhat.com>
 
        * gnu/java/security/util/Prime.java (generateRandomPrime): Use
 2004-08-30  Tom Tromey  <tromey@redhat.com>
 
        * gnu/java/security/util/Prime.java (generateRandomPrime): Use
index f0ad859..a265905 100644 (file)
@@ -35,18 +35,6 @@ shared libgcj/classpath file.
 
 If you need to add new java files to libgcj then you have to edit the
 Makefile.am file in the top (libjava) directory. And run automake.
 
 If you need to add new java files to libgcj then you have to edit the
 Makefile.am file in the top (libjava) directory. And run automake.
-But note the following (thanks to Bryce McKinlay):
-
-> Do you know the magic dance I have to do when adding files to Makefile.am
-> so they will appear in Makefile.in and finally in the user generated
-> Makefile?
-Yup, you need the magic libgcj automake ;-)
-
-<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
-Makefile.in. Easy!
 
 Tom Tromey adds:
 If you add a class to java.lang, java.io, or java.util
 
 Tom Tromey adds:
 If you add a class to java.lang, java.io, or java.util