Lines Matching refs:thedir
433 thedir="$dir"
437 if test "$thedir" != "/usr"; then
438 CPPFLAGS="$CPPFLAGS -I$thedir/include"
446 AC_MSG_RESULT(found in $thedir)
447 CPPFLAGS="$CPPFLAGS -I$thedir -I$thedir/include"
449 ev_files_o=`ls $thedir/*.o | $GREP -v evdns\.o | $GREP -v bufferevent_openssl\.o`
457 AC_MSG_RESULT(found in $thedir)
459 …if test ! -f $thedir/lib/libevent.a -a ! -f $thedir/lib/libevent.so -a -d "$thedir/lib/event2"; th…
460 LDFLAGS="$LDFLAGS -L$thedir/lib/event2"
461 ACX_RUNTIME_PATH_ADD([$thedir/lib/event2])
464 if test "$thedir" != "/usr" -a "$thedir" != ""; then
465 LDFLAGS="$LDFLAGS -L$thedir/lib"
466 ACX_RUNTIME_PATH_ADD([$thedir/lib])