stolen from arla
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6523 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
14
cf/have-types.m4
Normal file
14
cf/have-types.m4
Normal file
@@ -0,0 +1,14 @@
|
||||
dnl
|
||||
dnl $Id$
|
||||
dnl
|
||||
|
||||
AC_DEFUN(AC_HAVE_TYPES, [
|
||||
for i in $1; do
|
||||
AC_HAVE_TYPE($i)
|
||||
done
|
||||
: << END
|
||||
changequote(`,')dnl
|
||||
@@@funcs="$funcs $1"@@@
|
||||
changequote([,])dnl
|
||||
END
|
||||
])
|
Reference in New Issue
Block a user