Home | History | Annotate | Download | only in google-breakpad

Lines Matching refs:ac_useropt

885     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
887 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
888 as_fn_error $? "invalid feature name: $ac_useropt"
889 ac_useropt_orig=$ac_useropt
890 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
893 "enable_$ac_useropt"
898 eval enable_$ac_useropt=no ;;
911 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
913 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
914 as_fn_error $? "invalid feature name: $ac_useropt"
915 ac_useropt_orig=$ac_useropt
916 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
919 "enable_$ac_useropt"
924 eval enable_$ac_useropt=\$ac_optarg ;;
1115 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1117 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1118 as_fn_error $? "invalid package name: $ac_useropt"
1119 ac_useropt_orig=$ac_useropt
1120 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1123 "with_$ac_useropt"
1128 eval with_$ac_useropt=\$ac_optarg ;;
1131 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1133 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1134 as_fn_error $? "invalid package name: $ac_useropt"
1135 ac_useropt_orig=$ac_useropt
1136 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1139 "with_$ac_useropt"
1144 eval with_$ac_useropt=no ;;