X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=f49e2f5f16a32f49faa45559d9a2c6a15a78f64b;hb=32792249a45039b0a0e332091a499956498b55ca;hp=ea2e66212d6204f7497719d2fbabf5cb6ddd5167;hpb=d4eea0b00d4eed3c065c7a239e0e9936d67b0c86;p=trust_router.git diff --git a/configure.ac b/configure.ac index ea2e662..f49e2f5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,18 +1,23 @@ -AC_PREREQ(2.66) -AC_INIT([trust_router],[0.0.1], +AC_PREREQ(2.63) +AC_INIT([trust_router],[1.2], [bugs@project-moonshot.org]) AC_CONFIG_MACRO_DIR(m4) AC_CONFIG_AUX_DIR(build-aux) -AM_INIT_AUTOMAKE([1.11 foreign]) +AC_USE_SYSTEM_EXTENSIONS +AM_INIT_AUTOMAKE([1.11 foreign subdir-objects]) AM_SILENT_RULES AM_MAINTAINER_MODE LT_INIT() AC_PROG_CC -AC_PROG_RANLIB AC_CHECK_LIB([gssapi_krb5], [gss_init_sec_context]) AC_CHECK_LIB([com_err], [error_message]) +AC_CHECK_LIB(talloc, talloc_asprintf,, +[AC_MSG_ERROR([Please install talloc development])]) +AC_CHECK_LIB([sqlite3], [sqlite3_open],, + [AC_MSG_ERROR([Please install sqlite3 development])]) + AC_CHECK_LIB([jansson], [json_object]) AC_CHECK_LIB([crypto], [DH_new]) AC_CHECK_HEADERS(gssapi.h gssapi_ext.h jansson.h openssl/dh.h openssl/bn.h)