This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
[Patch] FYI: Update HACKING...
- From: David Daney <ddaney at avtrex dot com>
- To: Java Patches <java-patches at gcc dot gnu dot org>
- Date: Wed, 28 Sep 2005 14:45:54 -0700
- Subject: [Patch] FYI: Update HACKING...
Committed as approved by Tom Tromey off-line.
2005-09-28 David Daney <ddaney@avtrex.com>
* HACKING: Update instructions for classpath import.
David Daney
Index: HACKING
===================================================================
RCS file: /cvs/gcc/gcc/libjava/HACKING,v
retrieving revision 1.9
diff -u -r1.9 HACKING
--- HACKING 21 Aug 2005 23:24:58 -0000 1.9
+++ HACKING 28 Sep 2005 21:42:55 -0000
@@ -22,6 +22,7 @@
You have to make sure to use the gcc libtool.m4 and gcc lt* scripts
cd .../classpath
cp ../../lt* .
+ cp ../../config.sub ../../config.guess .
aclocal -I m4 -I ../..
autoconf
autoheader