X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=configure.ac;h=ca51592ec2458a98f42458bea2d1d78c42ef9e6f;hb=e97a34118c2a46b70333a53db93840f14e332e75;hp=9b8a82c581c3a0241ed5b3403eb008430a198cfc;hpb=ae6bc7501efd5aeaaee92dabe2da0ec2d1625c5b;p=m6w6%2Flibmemcached diff --git a/configure.ac b/configure.ac index 9b8a82c5..ca51592e 100644 --- a/configure.ac +++ b/configure.ac @@ -7,10 +7,11 @@ # Use and distribution licensed under the BSD license. See # the COPYING file in this directory for full text. -AC_PREREQ(2.59) -AC_INIT([libmemcached],[0.49],[http://libmemcached.org/]) +AC_PREREQ([2.61]) +AC_INIT([libmemcached],[0.51],[http://libmemcached.org/]) AC_CONFIG_SRCDIR([libmemcached/memcached.cc]) AC_CONFIG_AUX_DIR(config) +AC_CONFIG_MACRO_DIR(m4) PANDORA_CANONICAL_TARGET(no-vc-changelog) AC_CHECK_PROGS([YACC], ['bison'], [:]) @@ -19,7 +20,7 @@ AC_CHECK_PROGS([LEX], ['flex'], [:]) #shared library versioning MEMCACHED_UTIL_LIBRARY_VERSION=2:0:0 MEMCACHED_PROTOCAL_LIBRARY_VERSION=0:0:0 -MEMCACHED_LIBRARY_VERSION=7:0:0 +MEMCACHED_LIBRARY_VERSION=8:0:0 # | | | # +------+ | +---+ # | | | @@ -38,6 +39,11 @@ AC_SUBST(MEMCACHED_LIBRARY_VERSION) HASHKIT_LIBRARY_VERSION=1:0:0 AC_SUBST(HASHKIT_LIBRARY_VERSION) +AC_DEFINE([HAVE_LIBMEMCACHED], [ 1 ], [dummy rule for libtest]) +AC_SUBST(HAVE_LIBMEMCACHED, 1) +AM_CONDITIONAL(HAVE_LIBMEMCACHED, true) +LT_INIT + AH_TOP([ #ifndef CONFIG_H #define CONFIG_H @@ -115,12 +121,14 @@ ENABLE_UTILLIB SETSOCKOPT_SANITY ENABLE_HSIEH_HASH ENABLE_MURMUR_HASH +ENABLE_MEMASLAP PROTOCOL_BINARY_TEST WITH_MEMCACHED ENABLE_DEPRECATED PANDORA_HAVE_LIBINNODB PANDORA_PRINT_CALLSTACK PANDORA_HAVE_SASL +WITH_LIBGEARMAN dnl The sasl functions should only be visible if we build with sasl support AS_IF([test "x$ac_cv_sasl" = "xyes"], @@ -149,6 +157,7 @@ SOCKET_SEND_FLAGS AC_CONFIG_FILES([ Makefile + docs/conf.py libhashkit/configure.h libmemcached/configure.h support/libmemcached.pc