Home
last modified time | relevance | path

Searched refs:cf_add_libdir (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/
Dconfigure8734 if test $cf_add_libdir = /usr/lib ; then
8736 elif test -d $cf_add_libdir
8742 if test ".$cf_test_libdir" = ".-L$cf_add_libdir" ; then
8748 test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6
8750 echo "${as_me:-configure}:8751: testing adding $cf_add_libdir to library-path ..." 1>&5
8753 LDFLAGS="-L$cf_add_libdir $LDFLAGS"
8764 if test $cf_add_libdir = /usr/lib ; then
8766 elif test -d $cf_add_libdir
8772 if test ".$cf_test_libdir" = ".-L$cf_add_libdir" ; then
8778 test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6
[all …]
Daclocal.m4790 for cf_add_libdir in $1
792 if test $cf_add_libdir = /usr/lib ; then
794 elif test -d $cf_add_libdir
800 if test ".$cf_test_libdir" = ".-L$cf_add_libdir" ; then
806 CF_VERBOSE(adding $cf_add_libdir to library-path)
807 ifelse([$2],,LDFLAGS,[$2])="-L$cf_add_libdir $ifelse([$2],,LDFLAGS,[$2])"