Searched refs:cf_pathlist (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13-stable/contrib/ncurses/ |
| HD | configure | 26063 cf_pathlist=`ld --verbose 2>/dev/null | grep SEARCH_DIR | sed -e 's,SEARCH_DIR[("=][("=]*,,g' -e 's… 26067 test -z "$cf_pathlist" && \ 26068 cf_pathlist=`ldconfig -NX -v 2>/dev/null | sed -e '/^[ ]/d' -e 's/:$//' | sort -u` 26070 test -z "$cf_pathlist" && 26071 cf_pathlist=`ldconfig -v 2>/dev/null | sed -n -e '/^[ ]/d' -e 's/:$//p' | sort -u` 26074 test -z "$cf_pathlist" && 26075 cf_pathlist=`ldconfig -v 2>/dev/null | sed -n -e 's,^Adding \(.*\)/.*$,\1,p' | sort -u` 26077 if test -z "$cf_pathlist" 26084 cf_pathlist="/usr/local/lib /lib /usr/lib" 26088 if test -z "$cf_pathlist" [all …]
|
| HD | aclocal.m4 | 3897 cf_pathlist=`ld --verbose 2>/dev/null | grep SEARCH_DIR | sed -e 's,SEARCH_DIR[[("=]][[("=]]*,,g' -… 3901 test -z "$cf_pathlist" && \ 3902 cf_pathlist=`ldconfig -NX -v 2>/dev/null | sed -e '/^[[ ]]/d' -e 's/:$//' | sort -u` 3904 test -z "$cf_pathlist" && 3905 cf_pathlist=`ldconfig -v 2>/dev/null | sed -n -e '/^[[ ]]/d' -e 's/:$//p' | sort -u` 3908 test -z "$cf_pathlist" && 3909 cf_pathlist=`ldconfig -v 2>/dev/null | sed -n -e 's,^Adding \(.*\)/.*[$],\1,p' | sort -u` 3911 if test -z "$cf_pathlist" 3918 cf_pathlist="/usr/local/lib /lib /usr/lib" 3922 if test -z "$cf_pathlist" [all …]
|