repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
etc/services - sync with NetBSD-8
[minix.git]
/
crypto
/
external
/
bsd
/
heimdal
/
dist
/
cf
/
find-func-no-libs.m4
blob
d5bc9a48ccceaf228941006c7fbf60db9223924c
1
dnl Id
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])])