Searched refs:with_version_major (Results 1 - 1 of 1) sorted by last modified time

/openjdk10/common/autoconf/
H A Dgenerated-configure.sh1159 with_version_major
25413 if test "${with_version_major+set}" = set; then :
25414 withval=$with_version_major; with_version_major_present=true
25421 if test "x$with_version_major" = xyes; then
25426 if ! [[ "$with_version_major" =~ ^0*([1-9][0-9]*)|(0)$ ]] ; then
25427 as_fn_error $? "\"$with_version_major\" is not a valid numerical value for VERSION_MAJOR" "$LINENO" 5
25437 as_fn_error $? "VERSION_MAJOR is given as $with_version_major. This is greater than 255 which is not allowed." "$LINENO" 5
25439 if test "x$cleaned_value" != "x$with_version_major"; then
25440 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Value for VERSION_MAJOR has been sanitized from '$with_version_major' to '$cleaned_value'" >&5
25441 $as_echo "$as_me: WARNING: Value for VERSION_MAJOR has been sanitized from '$with_version_major' t
[all...]

Completed in 140 milliseconds