Codebase list cyrus-sasl2 / debian/2.1.24_rc1.dfsg1+cvs2011-05-23-1 cmulocal / find-func-no-libs.m4
debian/2.1.24_rc1.dfsg1+cvs2011-05-23-1

Tree @debian/2.1.24_rc1.dfsg1+cvs2011-05-23-1 (Download .tar.gz)

find-func-no-libs.m4 @debian/2.1.24_rc1.dfsg1+cvs2011-05-23-1raw · history · blame

1
2
3
4
5
6
7
8
9
dnl $Id: find-func-no-libs.m4,v 1.2 2003/10/08 20:35:24 rjs3 Exp $
dnl
dnl
dnl Look for function in any of the specified libraries
dnl

dnl AC_FIND_FUNC_NO_LIBS(func, libraries, includes, arguments, extra libs, extra args)
AC_DEFUN([AC_FIND_FUNC_NO_LIBS], [
AC_FIND_FUNC_NO_LIBS2([$1], ["" $2], [$3], [$4], [$5], [$6])])