]> git.draconx.ca Git - cdecl99.git/blobdiff - configure.ac
libcdecl: Re-use strings from parser in spec_string.
[cdecl99.git] / configure.ac
index a9893ba7e354d4614301aec2d48c82dc1461413c..f1bd702e331e1c9c2246fa94a10968a788b30b45 100644 (file)
@@ -28,6 +28,7 @@ gl_EARLY
 LT_INIT
 gl_INIT
 
+AC_HEADER_ASSERT
 AC_C_FLEXIBLE_ARRAY_MEMBER
 
 # Work around quoting bug in Gnulib threadlib.m4 which prevents
@@ -100,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])