common/autoconf/jdk-options.m4

changeset 1138
2eec717223fb
parent 1028
feeb67be5886
child 1202
c3bb27bf9f60
child 1255
ce5888edb9de
equal deleted inserted replaced
1137:6247dd67fde7 1138:2eec717223fb
132 AC_MSG_ERROR([You cannot build a minimal JVM for a 64-bit machine.]) 132 AC_MSG_ERROR([You cannot build a minimal JVM for a 64-bit machine.])
133 fi 133 fi
134 fi 134 fi
135 135
136 # Replace the commas with AND for use in the build directory name. 136 # Replace the commas with AND for use in the build directory name.
137 ANDED_JVM_VARIANTS=`$ECHO "$JVM_VARIANTS" | $SED -e 's/^,//' -e 's/,$//' -e 's/,/AND/'` 137 ANDED_JVM_VARIANTS=`$ECHO "$JVM_VARIANTS" | $SED -e 's/^,//' -e 's/,$//' -e 's/,/AND/g'`
138 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/'` 138 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/'`
139 if test "x$COUNT_VARIANTS" != "x,1"; then 139 if test "x$COUNT_VARIANTS" != "x,1"; then
140 BUILDING_MULTIPLE_JVM_VARIANTS=yes 140 BUILDING_MULTIPLE_JVM_VARIANTS=yes
141 else 141 else
142 BUILDING_MULTIPLE_JVM_VARIANTS=no 142 BUILDING_MULTIPLE_JVM_VARIANTS=no

mercurial