X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/881854b714cb3987911800c88345ea61db40fb03..4251b4bd0087752ceddbf95a6a8c928ab2207844:/configure.ac diff --git a/configure.ac b/configure.ac index 9572e8c..f1bd702 100644 --- a/configure.ac +++ b/configure.ac @@ -28,6 +28,9 @@ gl_EARLY LT_INIT gl_INIT +AC_HEADER_ASSERT +AC_C_FLEXIBLE_ARRAY_MEMBER + # Work around quoting bug in Gnulib threadlib.m4 which prevents # correct detection on e.g., Solaris 8. These platforms require # PTHREAD_IN_USE_DETECTION_HARD to be set otherwise cdecl99 will @@ -98,7 +101,7 @@ AC_SUBST([BISON_COMPAT]) AH_TOP([#include ]) AH_BOTTOM([#include ]) -AC_CONFIG_TESTDIR([.], [test:.]) +AC_CONFIG_TESTDIR([.], [t:.]) DX_PROG_AUTOTEST AM_CONDITIONAL([HAVE_AUTOTEST], [test x"$dx_cv_autotest_works" = x"yes"]) AC_CHECK_FUNCS_ONCE([strtoumax strtoull __strtoull])