X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=libcitadel%2Fconfigure.in;h=77b2c54d7382ec97e1a241f6d96bea2efe37263d;hb=c08adcea52e85d6139ad158c17eb3d1941df2eb5;hp=93fb15e92f8f82701623425e76792e74366b855c;hpb=5da9caa44b6fb2f963ba2d8960c74d2f508d6db4;p=citadel.git diff --git a/libcitadel/configure.in b/libcitadel/configure.in index 93fb15e92..77b2c54d7 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.61, https://uncensored.citadel.org) +AC_INIT(libcitadel, 7.86, 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