Current Path : /compat/linux/proc/self/root/usr/src/crypto/heimdal/cf/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //compat/linux/proc/self/root/usr/src/crypto/heimdal/cf/find-if-not-broken.m4 |
dnl $Id: find-if-not-broken.m4 13338 2004-02-12 14:21:14Z lha $ dnl dnl dnl Mix between AC_FIND_FUNC and AC_BROKEN dnl AC_DEFUN([AC_FIND_IF_NOT_BROKEN], [AC_FIND_FUNC([$1], [$2], [$3], [$4]) if eval "test \"$ac_cv_func_$1\" != yes"; then rk_LIBOBJ([$1]) fi ])