Lines Matching full:brew
672 BREW
4495 # Do we have the brew command from Homebrew?
4497 # Extract the first word of "brew", so it can be a program name with args.
4498 set dummy brew; ac_word=$2
4505 case $BREW in
4507 ac_cv_path_BREW="$BREW" # Let the user override the test with a path.
4532 BREW=$ac_cv_path_BREW
4533 if test -n "$BREW"; then
4534 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $BREW" >&5
4535 printf "%s\n" "$BREW" >&6; }
9101 # PKG_CONFIG_PATH from "brew --env openssl" and add that
9110 if test -n "$BREW"; then
9111 openssl_pkgconfig_dir=`$BREW --env --plain openssl | sed -n 's/PKG_CONFIG_PATH: //p'`
9226 if test "x$HAVE_LIBCRYPTO" != "xyes" -a -n "$BREW"; then
9230 # The brew man page lies when it speaks of
9231 # $BREW --prefix --installed <formula>
9240 if $BREW --prefix --installed openssl >/dev/null 2>&1; then
9250 openssl_path=`$BREW --prefix openssl`