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
- Date: Tue, 01 Jul 2008 16:00:44 +0100
- Subject: Re: [patch] Create sdk style directory on install
- References: <48518D6E.8060302@redhat.com> <48526AFA.3080800@ubuntu.com> <48567A6B.3070700@redhat.com> <48597279.20404@redhat.com> <485A2CBB.5050209@redhat.com> <485A6C0A.2040705@redhat.com> <4863DD61.7020803@redhat.com> <4868B351.10509@redhat.com> <4868E58D.5020209@redhat.com> <4868E624.4040405@redhat.com> <4868EFF5.1050209@redhat.com> <486A3800.2020807@redhat.com> <486A44CD.7030807@redhat.com>
Joshua Sumali wrote:
> Andrew Haley wrote:
>> Joshua Sumali wrote:
>>
>>> Andrew Haley wrote:
>>>
>>>> Joshua Sumali wrote:
>>>>
>>>>
>>>>> Andrew Haley wrote:
>>>>>
>>>>
>>>>
>>>>>> Please assign all Red Hat copyrights to the FSF.
>>>>>>
>>>>> Is there a special way to do this, or do I simply change "Copyright
>>>>> (C)
>>>>> 2005, 2006, 2008 Red Hat, Inc." to "Copyright (C) 2005, 2006, 2008
>>>>> Free
>>>>> Software Foundation" on the appropriate files?
>>>>>
>>>> That's all you have to do.
>>>>
>>>>
>>>>
>>>>>> Do I take it that you don't have commit access to the gcc tree?
>>>>>>
>>>>> I do not. I was hoping someone would be able to commit the patches
>>>>> for me.
>>>>>
>>>> I'll do it.
>>>>
>>>> Andrew.
>>>>
>>>>
>>> Copyrights assigned to FSF. ChangeLogs removed from patches and are
>>> found below.
>>>
>>
>> I get:
>>
>>
>> $ automake
>> Makefile.am:67: JAVA_HOME_DIR was already defined in condition TRUE,
>> which includes condition JAVA_HOME_SET ...
>> configure.ac:1759: ... `JAVA_HOME_DIR' previously defined here
>> Makefile.am:70: JAVA_HOME_DIR was already defined in condition TRUE,
>> which includes condition !JAVA_HOME_SET ...
>>
>>
>>
> Sorry, my mistake for leaving that in. To fix that, remove the following
> lines from configure.ac:
>
> JAVA_HOME_DIR=${jvm_root_dir}/${jre_dir}
> AC_SUBST(JAVA_HOME_DIR)
> AC_MSG_RESULT(JAVA_HOME directory: ${JAVA_HOME_DIR})
>
> They should be around line 1759.
>
> (I'd post another patch but I figured that it would be easier to just
> delete those few lines)
OK, TVM.
Andrew.