source: heimdal/trunk/cf/find-func-no-libs.m4@ 4

Last change on this file since 4 was 1, checked in by Paul Smedley, 10 years ago

Initial commit of Heimdal 1.5.3

File size: 263 bytes
Line 
1dnl $Id$
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])])
Note: See TracBrowser for help on using the repository browser.