Home | History | Annotate | Download | only in dist

Lines Matching refs:thedir

23114             thedir="$dir"
23117 if test "$thedir" != "/usr"; then
23118 CPPFLAGS="$CPPFLAGS -I$thedir/include"
23126 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: found in $thedir" >&5
23127 printf "%s\n" "found in $thedir" >&6; }
23128 CPPFLAGS="$CPPFLAGS -I$thedir -I$thedir/include"
23135 ev_files_o=`ls $thedir/*.o | grep -v evdns\.o | grep -v bufferevent_openssl\.o`
23136 ev_files_lo=`ls $thedir/*.lo | grep -v evdns\.lo | grep -v bufferevent_openssl\.lo`
23137 ev_files_libso=`ls $thedir/.libs/*.o | grep -v evdns\.o | grep -v bufferevent_openssl\.o`
23150 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: found in $thedir" >&5
23151 printf "%s\n" "found in $thedir" >&6; }
23152 if test ! -f $thedir/lib/libevent.a -a ! -f $thedir/lib/libevent.so -a -d "$thedir/lib/event2"; then
23153 LDFLAGS="$LDFLAGS -L$thedir/lib/event2"
23156 if echo "$thedir/lib/event2" | grep "^/" >/dev/null; then
23157 RUNTIME_PATH="$RUNTIME_PATH -R$thedir/lib/event2"
23162 if test "$thedir" != "/usr" -a "$thedir" != ""; then
23163 LDFLAGS="$LDFLAGS -L$thedir/lib"
23166 if echo "$thedir/lib" | grep "^/" >/dev/null; then
23167 RUNTIME_PATH="$RUNTIME_PATH -R$thedir/lib"