diff options
author | fitzsim <fitzsim@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-05 23:46:09 +0000 |
---|---|---|
committer | fitzsim <fitzsim@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-05 23:46:09 +0000 |
commit | 4568348258a07ad1536da30de84a7f3b23f3b8c6 (patch) | |
tree | 3d80762c3fce1406e13c127ac58534a09471a60a /libjava/include | |
parent | 341c0617de425548132e4d8f6de64f80599e09de (diff) | |
download | gcc-4568348258a07ad1536da30de84a7f3b23f3b8c6.tar.gz |
2005-04-05 Thomas Fitzsimmons <fitzsim@redhat.com>
* doc/install.texi (Configuration): Document --with-java-home.
2005-04-05 Thomas Fitzsimmons <fitzsim@redhat.com>
PR libgcj/20750
* Makefile.am (AM_CXXFLAGS): Define JAVA_HOME.
* Makefile.in: Regenerate.
* configure.ac: Add --with-java-home option.
* configure: Regenerate.
* external/Makefile.in: Regenerate.
* external/sax/Makefile.in: Regenerate.
* external/w3c_dom/Makefile.in: Regenerate.
* gcj/Makefile.in: Regenerate.
* include/Makefile.in: Regenerate.
* testsuite/Makefile.in: Regenerate.
* java/lang/natRuntime.cc (insertSystemProperties): Set java.home
to JAVA_HOME macro.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97671 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/include')
-rw-r--r-- | libjava/include/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libjava/include/Makefile.in b/libjava/include/Makefile.in index e31c5437351..3d215017b00 100644 --- a/libjava/include/Makefile.in +++ b/libjava/include/Makefile.in @@ -134,6 +134,9 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTERPRETER = @INTERPRETER@ +JAVA_HOME = @JAVA_HOME@ +JAVA_HOME_SET_FALSE = @JAVA_HOME_SET_FALSE@ +JAVA_HOME_SET_TRUE = @JAVA_HOME_SET_TRUE@ JC1GCSPEC = @JC1GCSPEC@ LDFLAGS = @LDFLAGS@ LIBART_CFLAGS = @LIBART_CFLAGS@ |