Searched refs:cf_library_path (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/dialog/ |
| H A D | configure | 9693 for cf_library_path in $LDFLAGS $LIBS 9695 case "$cf_library_path" in 9697 cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'` 9699 test "x$cf_library_path" != "xNONE" && \ 9700 test -d "$cf_library_path" && \ 9702 test -n "$verbose" && echo " ... testing for lib-directories under $cf_library_path" 9703 test -d "$cf_library_path/lib" && cf_search="$cf_search $cf_library_path/lib" 9704 test -d "$cf_library_path/lib/iconv" && cf_search="$cf_search $cf_library_path/lib/iconv" 9705 …test -d "$cf_library_path/lib/iconv/lib" && cf_search="$cf_search $cf_library_path/lib/iconv/li… 9706 test -d "$cf_library_path/iconv/lib" && cf_search="$cf_search $cf_library_path/iconv/lib" [all …]
|
| H A D | aclocal.m4 | 3019 for cf_library_path in $LDFLAGS $LIBS 3021 case "$cf_library_path" in 3023 cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'` 3024 CF_ADD_SUBDIR_PATH($1,$2,lib,$cf_library_path,NONE)
|
| /freebsd/contrib/ncurses/ |
| H A D | configure | 13609 for cf_library_path in $LDFLAGS $LIBS 13611 case "$cf_library_path" in 13613 cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'` 13615 test "x$cf_library_path" != "xNONE" && \ 13616 test -d "$cf_library_path" && \ 13618 test -n "$verbose" && echo " ... testing for lib-directories under $cf_library_path" 13619 test -d "$cf_library_path/lib" && cf_search="$cf_search $cf_library_path/lib" 13620 test -d "$cf_library_path/lib/utf8" && cf_search="$cf_search $cf_library_path/lib/utf8" 13621 test -d "$cf_library_path/lib/utf8/lib" && cf_search="$cf_search $cf_library_path/lib/utf8/lib" 13622 test -d "$cf_library_path/utf8/lib" && cf_search="$cf_search $cf_library_path/utf8/lib" [all …]
|
| H A D | aclocal.m4 | 4729 for cf_library_path in $LDFLAGS $LIBS 4731 case "$cf_library_path" in 4733 cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'` 4734 CF_ADD_SUBDIR_PATH($1,$2,lib,$cf_library_path,NONE)
|