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

/openjdk10/common/autoconf/
H A Dgenerated-configure.sh1158 with_version_build
25364 if test "${with_version_build+set}" = set; then :
25365 withval=$with_version_build; with_version_build_present=true
25372 if test "x$with_version_build" = xyes; then
25374 elif test "x$with_version_build" = xno; then
25377 elif test "x$with_version_build" = x; then
25382 if ! [[ "$with_version_build" =~ ^0*([1-9][0-9]*)|(0)$ ]] ; then
25383 as_fn_error $? "\"$with_version_build\" is not a valid numerical value for VERSION_BUILD" "$LINENO" 5
25393 as_fn_error $? "VERSION_BUILD is given as $with_version_build. This is greater than 255 which is not allowed." "$LINENO" 5
25395 if test "x$cleaned_value" != "x$with_version_build"; the
[all...]

Completed in 141 milliseconds