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-if-not-broken.m4
blob
8fb416413bbedee5a9f2564d81e3ccbca813e3cd
1
dnl Id
2
dnl
3
dnl
4
dnl Mix between AC_FIND_FUNC and AC_BROKEN
5
dnl
6
7
AC_DEFUN([AC_FIND_IF_NOT_BROKEN],
8
[AC_FIND_FUNC([$1], [$2], [$3], [$4])
9
if eval "test \"$ac_cv_func_$1\" != yes"; then
10
rk_LIBOBJ([$1])
11
fi
12
])