< prev index next >

common/autoconf/generated-configure.sh

Print this page




4947 
4948 
4949 
4950 
4951 
4952 
4953 
4954 
4955 
4956 
4957 
4958 
4959 
4960 
4961 # This line needs to be here, verbatim, after all includes and the dummy hook
4962 # definitions. It is replaced with custom functionality when building
4963 # custom sources.
4964 #CUSTOM_AUTOCONF_INCLUDE
4965 
4966 # Do not change or remove the following line, it is needed for consistency checks:
4967 DATE_WHEN_GENERATED=1460713327
4968 
4969 ###############################################################################
4970 #
4971 # Initialization / Boot-strapping
4972 #
4973 # The bootstrapping process needs to solve the "chicken or the egg" problem,
4974 # thus it jumps back and forth, each time gaining something needed later on.
4975 #
4976 ###############################################################################
4977 
4978 # If we are requested to print additional help, do that and then exit.
4979 # This must be the very first call.
4980 
4981   if test "x$CONFIGURE_PRINT_ADDITIONAL_HELP" != x; then
4982 
4983     # Print available toolchains
4984     $PRINTF "The following toolchains are available as arguments to --with-toolchain-type.\n"
4985     $PRINTF "Which are valid to use depends on the build platform.\n"
4986     for toolchain in $VALID_TOOLCHAINS_all; do
4987       # Use indirect variable referencing


62546 
62547 
62548   # Check whether --enable-javac-server was given.
62549 if test "${enable_javac_server+set}" = set; then :
62550   enableval=$enable_javac_server; ENABLE_JAVAC_SERVER="${enableval}"
62551 else
62552   ENABLE_JAVAC_SERVER="yes"
62553 fi
62554 
62555   if test "x$JVM_ARG_OK" = "xfalse"; then
62556     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Could not set -Xms${MS_VALUE}M -Xmx${MX_VALUE}M, disabling javac server" >&5
62557 $as_echo "$as_me: WARNING: Could not set -Xms${MS_VALUE}M -Xmx${MX_VALUE}M, disabling javac server" >&2;}
62558     ENABLE_JAVAC_SERVER="no"
62559   fi
62560   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use javac server" >&5
62561 $as_echo_n "checking whether to use javac server... " >&6; }
62562   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ENABLE_JAVAC_SERVER" >&5
62563 $as_echo "$ENABLE_JAVAC_SERVER" >&6; }
62564 
62565 
62566   if test "x$ENABLE_JAVAC_SERVER" = "xyes" || "x$ENABLE_SJAVAC" = "xyes"; then
62567     # When using a server javac, the small client instances do not need much
62568     # resources.
62569     JAVA_FLAGS_JAVAC="$JAVA_FLAGS_SMALL"
62570   fi
62571 
62572 
62573 # Setup use of icecc if requested
62574 
62575   # Check whether --enable-icecc was given.
62576 if test "${enable_icecc+set}" = set; then :
62577   enableval=$enable_icecc;
62578 fi
62579 
62580 
62581   if test "x${enable_icecc}" = "xyes"; then
62582 
62583 
62584 
62585   # Publish this variable in the help.
62586 




4947 
4948 
4949 
4950 
4951 
4952 
4953 
4954 
4955 
4956 
4957 
4958 
4959 
4960 
4961 # This line needs to be here, verbatim, after all includes and the dummy hook
4962 # definitions. It is replaced with custom functionality when building
4963 # custom sources.
4964 #CUSTOM_AUTOCONF_INCLUDE
4965 
4966 # Do not change or remove the following line, it is needed for consistency checks:
4967 DATE_WHEN_GENERATED=1460908952
4968 
4969 ###############################################################################
4970 #
4971 # Initialization / Boot-strapping
4972 #
4973 # The bootstrapping process needs to solve the "chicken or the egg" problem,
4974 # thus it jumps back and forth, each time gaining something needed later on.
4975 #
4976 ###############################################################################
4977 
4978 # If we are requested to print additional help, do that and then exit.
4979 # This must be the very first call.
4980 
4981   if test "x$CONFIGURE_PRINT_ADDITIONAL_HELP" != x; then
4982 
4983     # Print available toolchains
4984     $PRINTF "The following toolchains are available as arguments to --with-toolchain-type.\n"
4985     $PRINTF "Which are valid to use depends on the build platform.\n"
4986     for toolchain in $VALID_TOOLCHAINS_all; do
4987       # Use indirect variable referencing


62546 
62547 
62548   # Check whether --enable-javac-server was given.
62549 if test "${enable_javac_server+set}" = set; then :
62550   enableval=$enable_javac_server; ENABLE_JAVAC_SERVER="${enableval}"
62551 else
62552   ENABLE_JAVAC_SERVER="yes"
62553 fi
62554 
62555   if test "x$JVM_ARG_OK" = "xfalse"; then
62556     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Could not set -Xms${MS_VALUE}M -Xmx${MX_VALUE}M, disabling javac server" >&5
62557 $as_echo "$as_me: WARNING: Could not set -Xms${MS_VALUE}M -Xmx${MX_VALUE}M, disabling javac server" >&2;}
62558     ENABLE_JAVAC_SERVER="no"
62559   fi
62560   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use javac server" >&5
62561 $as_echo_n "checking whether to use javac server... " >&6; }
62562   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ENABLE_JAVAC_SERVER" >&5
62563 $as_echo "$ENABLE_JAVAC_SERVER" >&6; }
62564 
62565 
62566   if test "x$ENABLE_JAVAC_SERVER" = "xyes" || test "x$ENABLE_SJAVAC" = "xyes"; then
62567     # When using a server javac, the small client instances do not need much
62568     # resources.
62569     JAVA_FLAGS_JAVAC="$JAVA_FLAGS_SMALL"
62570   fi
62571 
62572 
62573 # Setup use of icecc if requested
62574 
62575   # Check whether --enable-icecc was given.
62576 if test "${enable_icecc+set}" = set; then :
62577   enableval=$enable_icecc;
62578 fi
62579 
62580 
62581   if test "x${enable_icecc}" = "xyes"; then
62582 
62583 
62584 
62585   # Publish this variable in the help.
62586 


< prev index next >