X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/beac10d6593fee948759c05d956b83db6803f2ec..901aa884ca82351d946ae0f6c9fb3f222f780a20:/configure.ac diff --git a/configure.ac b/configure.ac index d8a413b..297469d 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ AC_PREREQ([2.68]) AC_INIT([cdecl99], [1.2a], [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,13 @@ 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 gl_INIT