Searched refs:with_version_patch (Results 1 - 1 of 1) sorted by relevance

/openjdk10/common/autoconf/
H A Dgenerated-configure.sh1162 with_version_patch
25549 if test "${with_version_patch+set}" = set; then :
25550 withval=$with_version_patch; with_version_patch_present=true
25557 if test "x$with_version_patch" = xyes; then
25559 elif test "x$with_version_patch" = xno; then
25562 elif test "x$with_version_patch" = x; then
25567 if ! [[ "$with_version_patch" =~ ^0*([1-9][0-9]*)|(0)$ ]] ; then
25568 as_fn_error $? "\"$with_version_patch\" is not a valid numerical value for VERSION_PATCH" "$LINENO" 5
25578 as_fn_error $? "VERSION_PATCH is given as $with_version_patch. This is greater than 255 which is not allowed." "$LINENO" 5
25580 if test "x$cleaned_value" != "x$with_version_patch"; the
[all...]

Completed in 222 milliseconds