This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [patch] Create sdk style directory on install
- From: Andrew Haley <aph at redhat dot com>
- To: Joshua Sumali <jsumali at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org, Thomas Fitzsimmons <fitzsim at redhat dot com>
- Date: Fri, 13 Jun 2008 11:41:41 +0100
- Subject: Re: [patch] Create sdk style directory on install
- References: <48518D6E.8060302@redhat.com>
Joshua Sumali wrote:
> Attached is a patch to create a sdk style directory when
> --enable-java-home is passed to configure. The patch is basically a
> merge of java-gcj-compat into libgcj.
>
> To have this work, at the minimum, pass the following to ./configure:
> --enable-java-home --with-arch-directory=(your arch).
> --with-arch-directory specifies what to use for the
> java-1.5.0-gcj-1.5.0.0/jre/lib/<arch> directory (e.g. I use i386).
>
> I've only included the diff to configure.ac and Makefile.am since
> including the configure and Makefile.in makes the patch quite big, so be
> sure to autoconf && automake before trying this patch. I can upload the
> renerated files somewhere if it's absolutely needed, though.
This is OK, thanks. Please don't post autogenerated files.
Andrew.