• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/cf/
1dnl $Id: find-func-no-libs.m4,v 1.1.1.1 2011/06/10 09:34:43 andrew Exp $
2dnl
3dnl
4dnl Look for function in any of the specified libraries
5dnl
6
7dnl AC_FIND_FUNC_NO_LIBS(func, libraries, includes, arguments, extra libs, extra args)
8AC_DEFUN([AC_FIND_FUNC_NO_LIBS], [
9AC_FIND_FUNC_NO_LIBS2([$1], ["" $2], [$3], [$4], [$5], [$6])])
10