< prev index next >

common/autoconf/source-dirs.m4

Print this page

        

@@ -121,10 +121,16 @@
     IMPORT_MODULES_LIBS="$IMPORT_MODULES_TOPDIR/modules_libs"
   fi
   if test -d "$IMPORT_MODULES_TOPDIR/modules_conf"; then
     IMPORT_MODULES_CONF="$IMPORT_MODULES_TOPDIR/modules_conf"
   fi
+  if test -d "$IMPORT_MODULES_TOPDIR/modules_legal"; then
+    IMPORT_MODULES_LEGAL="$IMPORT_MODULES_TOPDIR/modules_legal"
+  fi
+  if test -d "$IMPORT_MODULES_TOPDIR/modules_man"; then
+    IMPORT_MODULES_MAN="$IMPORT_MODULES_TOPDIR/modules_man"
+  fi
   if test -d "$IMPORT_MODULES_TOPDIR/modules_src"; then
     IMPORT_MODULES_SRC="$IMPORT_MODULES_TOPDIR/modules_src"
   fi
   # Workaround for using different imported module-info.java in Jake due to a
   # change in format. Remove once new format is standard in JDK 9 and javafx
< prev index next >