]> git.draconx.ca Git - cdecl99.git/blobdiff - configure.ac
Release 1.3.
[cdecl99.git] / configure.ac
index aed400e86e0150fe2397ef348129e9a3b489a61a..30be7cb56702ddd7bca2c07a0be05f55454021a9 100644 (file)
@@ -7,10 +7,10 @@ dnl There is NO WARRANTY, to the extent permitted by law.
 DX_PATCH_GNULIB
 
 AC_PREREQ([2.68])
-AC_INIT([cdecl99], [1.2a], [nbowler@draconx.ca])
+AC_INIT([cdecl99], [1.3], [nbowler@draconx.ca])
 AC_CONFIG_HEADERS([config.h])
 
-AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign subdir-objects dist-xz])
+AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign subdir-objects])
 AM_SILENT_RULES([yes])
 DX_AUTOMAKE_COMPAT
 
@@ -29,9 +29,12 @@ gl_EARLY
 
 AC_HEADER_ASSERT
 AC_TYPE_UNSIGNED_LONG_LONG_INT
+AC_CHECK_TYPES([unsigned __int64], [], [],
+  [unsigned __int64 foo = -1; /* avoid false positive result on VAX C */])
 AC_C_FLEXIBLE_ARRAY_MEMBER
 AC_C_INLINE
 DX_C_FOR_DECLARATIONS
+DX_C_ALIGNAS
 AM_PROG_AR
 
 LT_INIT