Searched refs:cf_pathlist (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ncurses/ |
H A D | configure | 29416 cf_pathlist=`${LD:-ld} --verbose 2>/dev/null | grep SEARCH_DIR | sed -e 's,SEARCH_DIR[("=][("=]*,,g… 29420 test -z "$cf_pathlist" && \ 29421 cf_pathlist=`(ldconfig -NX -v) 2>/dev/null | sed -e '/^[ ]/d' -e 's/:$//' | sort -u` 29423 test -z "$cf_pathlist" && 29424 cf_pathlist=`(ldconfig -v) 2>/dev/null | sed -n -e '/^[ ]/d' -e 's/:$//p' | sort -u` 29427 test -z "$cf_pathlist" && 29428 cf_pathlist=`(ldconfig -v) 2>/dev/null | sed -n -e 's,^Adding \(.*\)/.*$,\1,p' | sort -u` 29430 if test -z "$cf_pathlist" 29437 cf_pathlist="/usr/local/lib /lib /usr/lib" 29441 if test -z "$cf_pathlist" [all …]
|
H A D | aclocal.m4 | 4458 cf_pathlist=`${LD:-ld} --verbose 2>/dev/null | grep SEARCH_DIR | sed -e 's,SEARCH_DIR[[("=]][[("=]]… 4462 test -z "$cf_pathlist" && \ 4463 cf_pathlist=`(ldconfig -NX -v) 2>/dev/null | sed -e '/^[[ ]]/d' -e 's/:$//' | sort -u` 4465 test -z "$cf_pathlist" && 4466 cf_pathlist=`(ldconfig -v) 2>/dev/null | sed -n -e '/^[[ ]]/d' -e 's/:$//p' | sort -u` 4469 test -z "$cf_pathlist" && 4470 cf_pathlist=`(ldconfig -v) 2>/dev/null | sed -n -e 's,^Adding \(.*\)/.*[$],\1,p' | sort -u` 4472 if test -z "$cf_pathlist" 4479 cf_pathlist="/usr/local/lib /lib /usr/lib" 4483 if test -z "$cf_pathlist" [all …]
|
/freebsd/contrib/dialog/ |
H A D | aclocal.m4 | 2948 cf_pathlist=`ld --verbose 2>/dev/null | grep SEARCH_DIR | sed -e 's,SEARCH_DIR[[("=]][[("=]]*,,g' -… 2952 test -z "$cf_pathlist" && \ 2953 cf_pathlist=`ldconfig -NX -v 2>/dev/null | sed -e '/^[[ ]]/d' -e 's/:$//' | sort -u` 2955 test -z "$cf_pathlist" && 2956 cf_pathlist=`ldconfig -v 2>/dev/null | sed -n -e '/^[[ ]]/d' -e 's/:$//p' | sort -u` 2959 test -z "$cf_pathlist" && 2960 cf_pathlist=`ldconfig -v 2>/dev/null | sed -n -e 's,^Adding \(.*\)/.*[$],\1,p' | sort -u` 2962 if test -z "$cf_pathlist" 2969 cf_pathlist="/usr/local/lib /lib /usr/lib" 2973 if test -z "$cf_pathlist" [all …]
|
H A D | configure | 26047 cf_pathlist=`ld --verbose 2>/dev/null | grep SEARCH_DIR | sed -e 's,SEARCH_DIR[("=][("=]*,,g' -e 's… 26051 test -z "$cf_pathlist" && \ 26052 cf_pathlist=`ldconfig -NX -v 2>/dev/null | sed -e '/^[ ]/d' -e 's/:$//' | sort -u` 26054 test -z "$cf_pathlist" && 26055 cf_pathlist=`ldconfig -v 2>/dev/null | sed -n -e '/^[ ]/d' -e 's/:$//p' | sort -u` 26058 test -z "$cf_pathlist" && 26059 cf_pathlist=`ldconfig -v 2>/dev/null | sed -n -e 's,^Adding \(.*\)/.*$,\1,p' | sort -u` 26061 if test -z "$cf_pathlist" 26068 cf_pathlist="/usr/local/lib /lib /usr/lib" 26072 if test -z "$cf_pathlist" [all …]
|