stolen from arla

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6523 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-07-24 18:38:58 +00:00
parent 4db180b446
commit 60443f2a5e
2 changed files with 43 additions and 0 deletions

14
cf/have-types.m4 Normal file
View 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
])