1*ebfedea0SLionel Sambucdnl Id 2*ebfedea0SLionel Sambucdnl 3*ebfedea0SLionel Sambucdnl AC_FIND_FUNC(func, libraries, includes, arguments) 4*ebfedea0SLionel SambucAC_DEFUN([AC_FIND_FUNC], [ 5*ebfedea0SLionel SambucAC_FIND_FUNC_NO_LIBS([$1], [$2], [$3], [$4]) 6*ebfedea0SLionel Sambucif test -n "$LIB_$1"; then 7*ebfedea0SLionel Sambuc LIBS="$LIB_$1 $LIBS" 8*ebfedea0SLionel Sambucfi 9*ebfedea0SLionel Sambuc]) 10