K 10
svn:author
V 6
iulius
K 8
svn:date
V 27
2011-08-06T20:21:28.639662Z
K 7
svn:log
V 298
use new AC_CHECK_TYPE autoconf syntax

Autoconf versions prior to 2.13 provide a now deprecated version
of the AC_CHECK_TYPE macro.  It was doing more than a CHECK, and
was also defining missing types with #define instead of typedef.

Swith to the preferred syntax with AC_CHECK_TYPES and typedef.

END
