Searched refs:cf_search_path (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/ncurses/ |
H A D | aclocal.m4 | 9594 cf_search_path=`echo "$PKG_CONFIG_PATH" | sed -e 's/:/ /g' -e 's,^[[ ]]*,,' -e 's,[[ ]]*$,,'` 9596 cf_search_path=`echo "$PKG_CONFIG_LIBDIR" | sed -e 's/:/ /g' -e 's,^[[ ]]*,,' -e 's,[[ ]]*$,,'` 9598 cf_search_path=auto 9604 [cf_search_path=$withval], 9605 [test "x$PKG_CONFIG" != xnone && test -z "$cf_search_path" && cf_search_path=libdir]) 9607 case "x$cf_search_path" in 9611 cf_search_path= 9619 PKG_CONFIG_LIBDIR="$cf_search_path" 9621 cf_search_path= 9625 cf_search_path= [all …]
|
H A D | configure | 4241 echo "$as_me:4241: result: $cf_search_path" >&5 4242 echo "${ECHO_T}$cf_search_path" >&6 4245 { { echo "$as_me:4245: error: Unexpected option value: $cf_search_path" >&5 4246 echo "$as_me: error: Unexpected option value: $cf_search_path" >&2;} 4251 if test -n "$cf_search_path" 4256 for cf_config in $cf_search_path 4272 if test -z "$PKG_CONFIG_LIBDIR" && test -n "$cf_search_path" 4284 for cf_config in $cf_search_path
|