X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=configure.ac;h=80e7d73f1df3cf61ff5eb6cbc3b8a795e2f1a048;hb=6d8cfb96f8f33b29be63d03e4d65393845bbca31;hp=76462ad52ef1221f4817269557f08163279f7df2;hpb=2f1e9ae7c4d8f893de7ffe03fcb36b905ffe0f96;p=onak.git diff --git a/configure.ac b/configure.ac index 76462ad..80e7d73 100644 --- a/configure.ac +++ b/configure.ac @@ -1,12 +1,17 @@ AC_PREREQ(2.50) -AC_INIT([onak],[0.4.0],[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"