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

/openjdk10/common/autoconf/
H A Dgenerated-configure.sh1156 with_version_pre
25302 if test "${with_version_pre+set}" = set; then :
25303 withval=$with_version_pre; with_version_pre_present=true
25310 if test "x$with_version_pre" = xyes; then
25312 elif test "x$with_version_pre" = xno; then
25317 VERSION_PRE=`$ECHO "$with_version_pre" | $TR -c -d '[a-z][A-Z]'`
25318 if test "x$VERSION_PRE" != "x$with_version_pre"; then
25319 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --with-version-pre value has been sanitized from '$with_version_pre' to '$VERSION_PRE'" >&5
25320 $as_echo "$as_me: WARNING: --with-version-pre value has been sanitized from '$with_version_pre' to '$VERSION_PRE'" >&2;}
[all...]

Completed in 69 milliseconds