@@ -1006,6 +1006,7 @@
with_override_jaxws
with_override_hotspot
with_override_jdk
+with_override_nashorn
with_import_hotspot
with_msvcr_dll
with_dxsdk
@@ -1760,6 +1761,7 @@
--with-override-jaxws use this jaxws dir for the build
--with-override-hotspot use this hotspot dir for the build
--with-override-jdk use this jdk dir for the build
+ --with-override-nashorn use this nashorn dir for the build
--with-import-hotspot import hotspot binaries from this jdk image or
hotspot build dist dir instead of building from
source
@@ -15991,6 +15993,11 @@
withval=$with_override_jdk;
fi
+# Check whether --with-override-nashorn was given.
+if test "${with_override_nashorn+set}" = set; then :
+ withval=$with_override_nashorn;
+fi
+
if test "x$with_override_langtools" != x; then
CURDIR="$PWD"
@@ -180,6 +180,9 @@
AC_ARG_WITH(override-jdk, [AS_HELP_STRING([--with-override-jdk],
[use this jdk dir for the build])])
+AC_ARG_WITH(override-nashorn, [AS_HELP_STRING([--with-override-nashorn],
+ [use this nashorn dir for the build])])
+
if test "x$with_override_langtools" != x; then
CURDIR="$PWD"
cd "$with_override_langtools"