Searched refs:cf_ldd_prog (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xterm/dist/
H A Dconfigure25561 if test -n "$cf_ldd_prog"; then
25562 ac_cv_prog_cf_ldd_prog="$cf_ldd_prog" # Let the user override the test.
25577 cf_ldd_prog=$ac_cv_prog_cf_ldd_prog
25578 if test -n "$cf_ldd_prog"; then
25579 echo "$as_me:25579: result: $cf_ldd_prog" >&5
25580 echo "${ECHO_T}$cf_ldd_prog" >&6
25586 test -n "$cf_ldd_prog" && break
25588 test -n "$cf_ldd_prog" || cf_ldd_prog="no"
25591 if test "$cf_ldd_prog" !
[all...]
H A Daclocal.m42670 AC_CHECK_PROGS(cf_ldd_prog,ldd,no)
2672 if test "$cf_ldd_prog" != no
2678 [cf_rpath_oops=`"$cf_ldd_prog" "conftest$ac_exeext" | ${FGREP-fgrep} ' not found' | sed -e 's% =>.*$%%' |sort | uniq`
2679 cf_rpath_list=`"$cf_ldd_prog" "conftest$ac_exeext" | ${FGREP-fgrep} / | sed -e 's%^.*[[ ]]/%/%' -e 's%/[[^/]][[^/]]*$%%' |sort | uniq`])

Completed in 23 milliseconds