Home | History | Annotate | Download | only in dist

Lines Matching refs:thedir

22764             thedir="$dir"
22767 if test "$thedir" != "/usr"; then
22768 CPPFLAGS="$CPPFLAGS -I$thedir/include"
22776 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: found in $thedir" >&5
22777 printf "%s\n" "found in $thedir" >&6; }
22778 CPPFLAGS="$CPPFLAGS -I$thedir -I$thedir/include"
22785 ev_files_o=`ls $thedir/*.o | grep -v evdns\.o | grep -v bufferevent_openssl\.o`
22786 ev_files_lo=`ls $thedir/*.lo | grep -v evdns\.lo | grep -v bufferevent_openssl\.lo`
22787 ev_files_libso=`ls $thedir/.libs/*.o | grep -v evdns\.o | grep -v bufferevent_openssl\.o`
22800 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: found in $thedir" >&5
22801 printf "%s\n" "found in $thedir" >&6; }
22802 if test ! -f $thedir/lib/libevent.a -a ! -f $thedir/lib/libevent.so -a -d "$thedir/lib/event2"; then
22803 LDFLAGS="$LDFLAGS -L$thedir/lib/event2"
22806 if echo "$thedir/lib/event2" | grep "^/" >/dev/null; then
22807 RUNTIME_PATH="$RUNTIME_PATH -R$thedir/lib/event2"
22812 if test "$thedir" != "/usr" -a "$thedir" != ""; then
22813 LDFLAGS="$LDFLAGS -L$thedir/lib"
22816 if echo "$thedir/lib" | grep "^/" >/dev/null; then
22817 RUNTIME_PATH="$RUNTIME_PATH -R$thedir/lib"