common/autoconf/generated-configure.sh

changeset 1138
2eec717223fb
parent 1031
cc4ca2ff0afc
child 1173
29b67e73358f
child 1187
d74730a6d7d0
equal deleted inserted replaced
1137:6247dd67fde7 1138:2eec717223fb
3866 # definitions. It is replaced with custom functionality when building 3866 # definitions. It is replaced with custom functionality when building
3867 # custom sources. 3867 # custom sources.
3868 #CUSTOM_AUTOCONF_INCLUDE 3868 #CUSTOM_AUTOCONF_INCLUDE
3869 3869
3870 # Do not change or remove the following line, it is needed for consistency checks: 3870 # Do not change or remove the following line, it is needed for consistency checks:
3871 DATE_WHEN_GENERATED=1397150809 3871 DATE_WHEN_GENERATED=1405022087
3872 3872
3873 ############################################################################### 3873 ###############################################################################
3874 # 3874 #
3875 # Initialization / Boot-strapping 3875 # Initialization / Boot-strapping
3876 # 3876 #
7924 as_fn_error $? "You cannot build a minimal JVM for a 64-bit machine." "$LINENO" 5 7924 as_fn_error $? "You cannot build a minimal JVM for a 64-bit machine." "$LINENO" 5
7925 fi 7925 fi
7926 fi 7926 fi
7927 7927
7928 # Replace the commas with AND for use in the build directory name. 7928 # Replace the commas with AND for use in the build directory name.
7929 ANDED_JVM_VARIANTS=`$ECHO "$JVM_VARIANTS" | $SED -e 's/^,//' -e 's/,$//' -e 's/,/AND/'` 7929 ANDED_JVM_VARIANTS=`$ECHO "$JVM_VARIANTS" | $SED -e 's/^,//' -e 's/,$//' -e 's/,/AND/g'`
7930 COUNT_VARIANTS=`$ECHO "$JVM_VARIANTS" | $SED -e 's/server,/1/' -e 's/client,/1/' -e 's/minimal1,/1/' -e 's/kernel,/1/' -e 's/zero,/1/' -e 's/zeroshark,/1/' -e 's/core,/1/'` 7930 COUNT_VARIANTS=`$ECHO "$JVM_VARIANTS" | $SED -e 's/server,/1/' -e 's/client,/1/' -e 's/minimal1,/1/' -e 's/kernel,/1/' -e 's/zero,/1/' -e 's/zeroshark,/1/' -e 's/core,/1/'`
7931 if test "x$COUNT_VARIANTS" != "x,1"; then 7931 if test "x$COUNT_VARIANTS" != "x,1"; then
7932 BUILDING_MULTIPLE_JVM_VARIANTS=yes 7932 BUILDING_MULTIPLE_JVM_VARIANTS=yes
7933 else 7933 else
7934 BUILDING_MULTIPLE_JVM_VARIANTS=no 7934 BUILDING_MULTIPLE_JVM_VARIANTS=no

mercurial