This is the mail archive of the java-patches@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: [patch] Create sdk style directory on install


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)

Josh


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