common/autoconf/basics.m4
changeset 21759 e24e22311718
parent 21175 55339db53608
child 22474 83fec92ec43d
equal deleted inserted replaced
21510:0b432ae58dd5 21759:e24e22311718
   410       [ CONF_NAME=${with_conf_name} ])
   410       [ CONF_NAME=${with_conf_name} ])
   411 
   411 
   412   # Test from where we are running configure, in or outside of src root.
   412   # Test from where we are running configure, in or outside of src root.
   413   if test "x$CURDIR" = "x$SRC_ROOT" || test "x$CURDIR" = "x$SRC_ROOT/common" \
   413   if test "x$CURDIR" = "x$SRC_ROOT" || test "x$CURDIR" = "x$SRC_ROOT/common" \
   414       || test "x$CURDIR" = "x$SRC_ROOT/common/autoconf" \
   414       || test "x$CURDIR" = "x$SRC_ROOT/common/autoconf" \
   415       || test "x$CURDIR" = "x$SRC_ROOT/common/makefiles" ; then
   415       || test "x$CURDIR" = "x$SRC_ROOT/make" ; then
   416     # We are running configure from the src root.
   416     # We are running configure from the src root.
   417     # Create a default ./build/target-variant-debuglevel output root.
   417     # Create a default ./build/target-variant-debuglevel output root.
   418     if test "x${CONF_NAME}" = x; then
   418     if test "x${CONF_NAME}" = x; then
   419       CONF_NAME="${OPENJDK_TARGET_OS}-${OPENJDK_TARGET_CPU}-${JDK_VARIANT}-${ANDED_JVM_VARIANTS}-${DEBUG_LEVEL}"
   419       CONF_NAME="${OPENJDK_TARGET_OS}-${OPENJDK_TARGET_CPU}-${JDK_VARIANT}-${ANDED_JVM_VARIANTS}-${DEBUG_LEVEL}"
   420     fi
   420     fi