Fix using com.sun.tools.javadoc package under macOS

Export JAVA_HOME found by configure, so that the Java test suite makefile
could find this package under this directory.
This commit is contained in:
Vadim Zeitlin 2016-12-12 22:28:57 +01:00
commit 04a5215665
2 changed files with 4 additions and 1 deletions

View file

@ -6,9 +6,11 @@ LANGUAGE = java
JAVA = @JAVA@
JAVAC = @JAVAC@
JAVAFLAGS = @JAVAFLAGS@
JAVA_CLASSPATH_SEP := @JAVA_CLASSPATH_SEP@
JAVA_CLASSPATH_SEP = @JAVA_CLASSPATH_SEP@
SCRIPTSUFFIX = _runme.java
JAVA_HOME ?= @JAVA_HOME@
srcdir = @srcdir@
top_srcdir = ../@top_srcdir@
top_builddir = ../@top_builddir@