]> git.draconx.ca Git - cdecl99.git/blobdiff - configure.ac
tests: Eliminate random floating-point generation.
[cdecl99.git] / configure.ac
index 9572e8c49bf60007f5638063343bae99bb7d117c..91a3e9809b423e38f4e3b1e2ddf1a41136010cbd 100644 (file)
@@ -28,6 +28,8 @@ gl_EARLY
 LT_INIT
 gl_INIT
 
+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 +100,7 @@ AC_SUBST([BISON_COMPAT])
 AH_TOP([#include <conf_pre.h>])
 AH_BOTTOM([#include <conf_post.h>])
 
-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])