Searched refs:cf_library_path (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/contrib/dialog/ |
| D | configure | 10501 for cf_library_path in $LDFLAGS $LIBS 10503 case $cf_library_path in #(vi 10505 cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'` 10507 test "$cf_library_path" != "NONE" && \ 10508 test -d "$cf_library_path" && \ 10510 test -n "$verbose" && echo " ... testing for lib-directories under $cf_library_path" 10511 test -d $cf_library_path/lib && cf_search="$cf_search $cf_library_path/lib" 10512 …test -d $cf_library_path/lib/$cf_nculib_root && cf_search="$cf_search $cf_library_path/lib/$… 10513 …test -d $cf_library_path/lib/$cf_nculib_root/lib && cf_search="$cf_search $cf_library_path/lib/… 10514 …test -d $cf_library_path/$cf_nculib_root/lib && cf_search="$cf_search $cf_library_path/$cf_n… [all …]
|
| D | aclocal.m4 | 2406 for cf_library_path in $LDFLAGS $LIBS 2408 case $cf_library_path in #(vi 2410 cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'` 2411 CF_ADD_SUBDIR_PATH($1,$2,lib,$cf_library_path,NONE)
|