common/autoconf/basics.m4

changeset 912
a667caba1e84
parent 904
37d2736caf46
child 1133
50aaf272884f
child 1304
c27cb0ab944f
equal deleted inserted replaced
906:40e892e2a4f2 912:a667caba1e84
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

mercurial