common/autoconf/jdk-options.m4

changeset 1138
2eec717223fb
parent 1028
feeb67be5886
child 1202
c3bb27bf9f60
child 1255
ce5888edb9de
     1.1 --- a/common/autoconf/jdk-options.m4	Mon Jul 07 18:02:20 2014 -0700
     1.2 +++ b/common/autoconf/jdk-options.m4	Thu Jul 10 15:52:04 2014 -0700
     1.3 @@ -134,7 +134,7 @@
     1.4    fi
     1.5  
     1.6    # Replace the commas with AND for use in the build directory name.
     1.7 -  ANDED_JVM_VARIANTS=`$ECHO "$JVM_VARIANTS" | $SED -e 's/^,//' -e 's/,$//' -e 's/,/AND/'`
     1.8 +  ANDED_JVM_VARIANTS=`$ECHO "$JVM_VARIANTS" | $SED -e 's/^,//' -e 's/,$//' -e 's/,/AND/g'`
     1.9    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/'`
    1.10    if test "x$COUNT_VARIANTS" != "x,1"; then
    1.11      BUILDING_MULTIPLE_JVM_VARIANTS=yes

mercurial