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

/openjdk10/common/autoconf/
H A Dconfigure159 for conf_option
163 case $conf_option in
165 conf_openjdk_target=`expr "X$conf_option" : '[^=]*=\(.*\)'`
174 conf_processed_arguments=("${conf_processed_arguments[@]}" "$conf_option")
179 case $conf_option in
182 conf_env_var=`expr "x$conf_option" : 'x\([^=]*\)='`
188 case $conf_option in
190 conf_option_name=`expr "x$conf_option" : 'x\([^=]*\)='`
192 conf_option_value=`expr "x$conf_option" : 'x[^=]*=\(.*\)'`
197 conf_quoted_arguments=("${conf_quoted_arguments[@]}" "$(shell_quote "$conf_option")")
[all...]

Completed in 44 milliseconds