X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=libcitadel%2Fconfigure.in;h=dd27491508280e64c8dd66d18b2d7c0f73e7318e;hb=496090636b75234d80a5d9c1d5f6db10183bd9b2;hp=728fbd479e5c23c49320b9af64fc5c3ce7638dad;hpb=cceb9a8329c52e1476e7d8badaa252c39b6d2b19;p=citadel.git diff --git a/libcitadel/configure.in b/libcitadel/configure.in index 728fbd479..dd2749150 100755 --- a/libcitadel/configure.in +++ b/libcitadel/configure.in @@ -5,11 +5,11 @@ dnl dnl Ensure that libcitadel is configured with autoconf 2.52 or newer AC_PREREQ(2.52) -AC_INIT(libcitadel, 7.60, https://uncensored.citadel.org) +AC_INIT(libcitadel, 7.87, http://www.citadel.org) AC_CONFIG_SRCDIR(Makefile.in) AC_CONFIG_AUX_DIR(conftools) - +AC_CONFIG_SRCDIR(tests/Makefile.in) dnl dnl Increment LIBREVISION if source code has changed at all @@ -72,6 +72,10 @@ if test "x$ok_zlib" = xyes ; then AC_DEFINE(HAVE_ZLIB,[],[whether we have zlib]) fi +AC_CHECK_HEADER(CUnit/CUnit.h, [AC_DEFINE(ENABLE_TESTS, [], [whether we should compile the test-suite])]) + + + AC_CHECK_HEADERS(iconv.h) @@ -165,7 +169,7 @@ AC_C_CONST AC_TYPE_SIZE_T AC_CHECK_FUNCS(memmove bcopy) -AC_CONFIG_FILES(Makefile libcitadel.pc) +AC_CONFIG_FILES(Makefile libcitadel.pc tests/Makefile) AC_CONFIG_HEADER(sysdep.h) AC_OUTPUT