]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - crypto/heimdal/cf/find-func-no-libs.m4
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / crypto / heimdal / cf / find-func-no-libs.m4
1 dnl $Id: find-func-no-libs.m4 13338 2004-02-12 14:21:14Z lha $
2 dnl
3 dnl
4 dnl Look for function in any of the specified libraries
5 dnl
6
7 dnl AC_FIND_FUNC_NO_LIBS(func, libraries, includes, arguments, extra libs, extra args)
8 AC_DEFUN([AC_FIND_FUNC_NO_LIBS], [
9 AC_FIND_FUNC_NO_LIBS2([$1], ["" $2], [$3], [$4], [$5], [$6])])