X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=libcitadel%2Fconfigure.in;h=287d9122a598bbcbcb86a32b12401b716d91110d;hb=2c441d09e5c799d28510595ef453db91987a640f;hp=e519d39eb6557808b4b13afa7ba70a0f982b85c3;hpb=068041fff9d6627b6699c6af817fb09f11c23cc5;p=citadel.git diff --git a/libcitadel/configure.in b/libcitadel/configure.in index e519d39eb..287d9122a 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.44, https://uncensored.citadel.org) +AC_INIT(libcitadel, 8.01, http://uncensored.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 @@ -23,7 +23,7 @@ dnl If the API changes incompatibly set LIBAGE back to 0 dnl LIBCURRENT=2 -LIBREVISION=0 +LIBREVISION=1 LIBAGE=0 sinclude(conftools/libtool.m4) @@ -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