2 AM_CONFIG_HEADER(config.h)
3 AM_INIT_AUTOMAKE(pgpring, 0.0)
14 dnl For MD5 and SHA1 on 64-bit systems
16 AC_CHECK_HEADERS(inttypes.h stdint.h)
17 dnl This is the method autoconf-2.50's new AC_CHECK_TYPE macro uses.
18 dnl We need to be backwards compatible to autoconf 2.13, though. -lh
19 AC_MSG_CHECKING(for uint32_t)
21 #include <sys/types.h>
31 if (sizeof (uint32_t))
34 AC_DEFINE(HAVE_UINT32_T, 1, [ Define if you have the uint32_t type. ])