< prev index next >

common/autoconf/generated-configure.sh

Print this page

        

*** 974,984 **** VALID_JVM_VARIANTS JVM_VARIANTS DEBUG_LEVEL HOTSPOT_DEBUG_LEVEL JDK_VARIANT - SET_OPENJDK USERNAME CANONICAL_TOPDIR ORIGINAL_TOPDIR TOPDIR PATH_SEP --- 974,983 ----
*** 5093,5103 **** # definitions. It is replaced with custom functionality when building # custom sources. #CUSTOM_AUTOCONF_INCLUDE # Do not change or remove the following line, it is needed for consistency checks: ! DATE_WHEN_GENERATED=1467223237 ############################################################################### # # Initialization / Boot-strapping # --- 5092,5102 ---- # definitions. It is replaced with custom functionality when building # custom sources. #CUSTOM_AUTOCONF_INCLUDE # Do not change or remove the following line, it is needed for consistency checks: ! DATE_WHEN_GENERATED=1467382439 ############################################################################### # # Initialization / Boot-strapping #
*** 16590,16634 **** else enable_openjdk_only="no" fi ! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for presence of closed sources" >&5 ! $as_echo_n "checking for presence of closed sources... " >&6; } ! if test -d "$SRC_ROOT/jdk/src/closed"; then ! CLOSED_SOURCE_PRESENT=yes else ! CLOSED_SOURCE_PRESENT=no fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CLOSED_SOURCE_PRESENT" >&5 - $as_echo "$CLOSED_SOURCE_PRESENT" >&6; } - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking if closed source is suppressed (openjdk-only)" >&5 - $as_echo_n "checking if closed source is suppressed (openjdk-only)... " >&6; } - SUPPRESS_CLOSED_SOURCE="$enable_openjdk_only" - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SUPPRESS_CLOSED_SOURCE" >&5 - $as_echo "$SUPPRESS_CLOSED_SOURCE" >&6; } - - if test "x$CLOSED_SOURCE_PRESENT" = xno; then - OPENJDK=true - if test "x$SUPPRESS_CLOSED_SOURCE" = "xyes"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No closed source present, --enable-openjdk-only makes no sense" >&5 - $as_echo "$as_me: WARNING: No closed source present, --enable-openjdk-only makes no sense" >&2;} - fi - else - if test "x$SUPPRESS_CLOSED_SOURCE" = "xyes"; then - OPENJDK=true - else - OPENJDK=false - fi - fi - - if test "x$OPENJDK" = "xtrue"; then - SET_OPENJDK="OPENJDK=true" - fi - - # custom-make-dir is deprecated. Please use your custom-hook.m4 to override # the IncludeCustomExtension macro. --- 16589,16609 ---- else enable_openjdk_only="no" fi ! { $as_echo "$as_me:${as_lineno-$LINENO}: checking if custom source is suppressed (openjdk-only)" >&5 ! $as_echo_n "checking if custom source is suppressed (openjdk-only)... " >&6; } ! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_openjdk_only" >&5 ! $as_echo "$enable_openjdk_only" >&6; } ! if test "x$enable_openjdk_only" = "xyes"; then ! SUPPRESS_CUSTOM_SOURCE="true" ! elif test "x$enable_openjdk_only" = "xno"; then ! SUPPRESS_CUSTOM_SOURCE="false" else ! as_fn_error $? "Invalid value for --enable-openjdk-only: $enable_openjdk_only" "$LINENO" 5 fi # custom-make-dir is deprecated. Please use your custom-hook.m4 to override # the IncludeCustomExtension macro.
*** 53311,53325 **** elif test "x$enable_dtrace" = "xno"; then INCLUDE_DTRACE=false { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, forced" >&5 $as_echo "no, forced" >&6; } elif test "x$enable_dtrace" = "xauto" || test "x$enable_dtrace" = "x"; then ! if test "x$OPENJDK_TARGET_OS" = "xlinux" && test "x$OPENJDK" != "xtrue"; then ! INCLUDE_DTRACE=false ! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, non-open linux build" >&5 ! $as_echo "no, non-open linux build" >&6; } ! elif test "x$DTRACE_DEP_MISSING" = "xtrue"; then INCLUDE_DTRACE=false { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, missing dependencies" >&5 $as_echo "no, missing dependencies" >&6; } else INCLUDE_DTRACE=true --- 53286,53296 ---- elif test "x$enable_dtrace" = "xno"; then INCLUDE_DTRACE=false { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, forced" >&5 $as_echo "no, forced" >&6; } elif test "x$enable_dtrace" = "xauto" || test "x$enable_dtrace" = "x"; then ! if test "x$DTRACE_DEP_MISSING" = "xtrue"; then INCLUDE_DTRACE=false { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, missing dependencies" >&5 $as_echo "no, missing dependencies" >&6; } else INCLUDE_DTRACE=true
*** 53594,53608 **** NEEDS_LIB_CUPS=false else NEEDS_LIB_CUPS=true fi ! # Check if freetype is needed ! if test "x$OPENJDK" = "xtrue"; then NEEDS_LIB_FREETYPE=true - else - NEEDS_LIB_FREETYPE=false fi # Check if alsa is needed if test "x$OPENJDK_TARGET_OS" = xlinux; then NEEDS_LIB_ALSA=true --- 53565,53577 ---- NEEDS_LIB_CUPS=false else NEEDS_LIB_CUPS=true fi ! # A custom hook may have set this already ! if test "x$NEEDS_LIB_FREETYPE" = "x"; then NEEDS_LIB_FREETYPE=true fi # Check if alsa is needed if test "x$OPENJDK_TARGET_OS" = xlinux; then NEEDS_LIB_ALSA=true
< prev index next >