This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Automake and GCJ


[CC'ing Gerald as a proposed web-page update is included]

> Ranjit> Is there really any need for a separate "GCJ Automake" as
> Ranjit> found in:
> Ranjit> http://mirrors.rcn.net/pub/sourceware/java/automake-gcj-1.4.tar.gz
> 
> Yeah.  We can't use a newer automake until we can use a newer
> autoconf.  And this can't happen yet due to some oddities involving
> cross compilation (as I understand it).

It seems readline surreptitiously uses autoconf 2.57 anyways. :-)

    http://gcc.gnu.org/ml/gcc/2003-06/msg00755.html


> Ranjit> As an aside, IMHO there's no need for a separate
> Ranjit> build instructions page for GCJ as found in:
> Ranjit>     http://gcc.gnu.org/java/build-snapshot.html
> 
> Send a patch.  The web pages are under-maintained :-(

Ok. Attached below. I am deleting the link instead of
pointing it to the GCC installation instructions as that
would be a redundant link in the light of the same
information appearing further below. I've also upper-cased
GCJ in "Done with Gcj":

Index: ChangeLog
from  Ranjit Mathew  <rmathew@hotmail.com>

	* style.mhtml: Remove link to GCJ specific build instructions
	since they are the same as that for the rest of GCC.
	Correct the case of "GCJ" in "Done with Gcj".

Index: style.mhtml
===================================================================
--- style.mhtml	Wed Jun 11 20:28:56 2003
+++ style.mhtml	Wed Jun 11 20:30:44 2003
@@ -136,7 +136,6 @@
     <a href="faq.html">FAQ</a><br />
     <a href="docs.html">Documentation</a><br />
-    <a href="build-snapshot.html">Build</a><br />
     <a href="contrib.html">Contributing</a><br />
-    <a href="done.html">Done with Gcj</a><br />
+    <a href="done.html">Done with GCJ</a><br />
     </p>
     </td></tr>



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]