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

/openjdk9/common/autoconf/
H A Dgenerated-configure.sh1160 with_version_patch
25269 if test "${with_version_patch+set}" = set; then :
25270 withval=$with_version_patch; with_version_patch_present=true
25277 if test "x$with_version_patch" = xyes; then
25279 elif test "x$with_version_patch" = xno; then
25282 elif test "x$with_version_patch" = x; then
25287 if ! [[ "$with_version_patch" =~ ^0*([1-9][0-9]*)|(0)$ ]] ; then
25288 as_fn_error $? "\"$with_version_patch\" is not a valid numerical value for VERSION_PATCH" "$LINENO" 5
25298 as_fn_error $? "VERSION_PATCH is given as $with_version_patch. This is greater than 255 which is not allowed." "$LINENO" 5
25300 if test "x$cleaned_value" != "x$with_version_patch"; the
[all...]

Completed in 111 milliseconds