X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=configure.ac;h=80e7d73f1df3cf61ff5eb6cbc3b8a795e2f1a048;hb=a8eae82dbcc70ecb4380cf6393c6b594b9abe995;hp=f3821439a2e82d42d274283b7fe5203b350bd6cc;hpb=2725e4d426f80dc79071c0280e1809c84aa2fa4d;p=onak.git diff --git a/configure.ac b/configure.ac index f382143..80e7d73 100644 --- a/configure.ac +++ b/configure.ac @@ -1,12 +1,17 @@ AC_PREREQ(2.50) -AC_INIT([onak],[0.3.8],[noodles-onak@earth.li]) +AC_INIT([onak],[0.4.1],[noodles-onak@earth.li]) AC_CONFIG_SRCDIR(onak.c) AC_CONFIG_HEADER(config.h) AC_PROG_CC +AC_PROG_CC_C99 AC_C_BIGENDIAN +m4_include([m4/ax_lib_nettle.m4]) + +AX_LIB_NETTLE(auto) + dnl We should always have these backends available. backends="file fs keyd"