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

/openjdk9/common/autoconf/
H A Dgenerated-configure.sh1155 with_version_opt
25052 if test "${with_version_opt+set}" = set; then :
25053 withval=$with_version_opt; with_version_opt_present=true
25060 if test "x$with_version_opt" = xyes; then
25062 elif test "x$with_version_opt" = xno; then
25067 VERSION_OPT=`$ECHO "$with_version_opt" | $TR -c -d '[a-z][A-Z][0-9].-'`
25068 if test "x$VERSION_OPT" != "x$with_version_opt"; then
25069 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --with-version-opt value has been sanitized from '$with_version_opt' to '$VERSION_OPT'" >&5
25070 $as_echo "$as_me: WARNING: --with-version-opt value has been sanitized from '$with_version_opt' to '$VERSION_OPT'" >&2;}
[all...]

Completed in 130 milliseconds