]> git.draconx.ca Git - cdecl99.git/blobdiff - configure.ac
libcdecl: Replace yytname array in the Bison parser.
[cdecl99.git] / configure.ac
index 9572e8c49bf60007f5638063343bae99bb7d117c..f1bd702e331e1c9c2246fa94a10968a788b30b45 100644 (file)
@@ -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 <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])