X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=configure.ac;h=a84ae0718fbed9ad25488a94a64255172c233fd8;hb=dd7a2e44d9c5bb28e0b4673cf02aa6a1a8aa2b77;hp=57ce53ffdfe9e8370c10e381a0a060b79051eb6b;hpb=6dbe9f6cd35e445cf3122d80bd7814370ded2aa0;p=m6w6%2Flibmemcached diff --git a/configure.ac b/configure.ac index 57ce53ff..a84ae071 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ MEMCACHED_LIBRARY_NAME=libmemcached #release versioning MEMCACHED_MAJOR_VERSION=0 -MEMCACHED_MINOR_VERSION=25 +MEMCACHED_MINOR_VERSION=28 MEMCACHED_MICRO_VERSION=0 #API version @@ -64,9 +64,9 @@ sinclude(config/64bit.m4) sinclude(config/protocol_binary.m4) sinclude(config/memcached.m4) sinclude(config/setsockopt.m4) +sinclude(config/hsieh.m4) # We only support GCC and Sun's forte at the moment -CFLAGS="-DMEMCACHED_INTERNAL $CFLAGS" if test "$GCC" = "yes" then #CFLAGS="-W -std=iso9899:1999 -Wall -Wextra -Wstrict-aliasing -pedantic -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O3 $CFLAGS" @@ -88,4 +88,4 @@ fi LDFLAGS="-lm" -AC_OUTPUT(Makefile clients/Makefile tests/Makefile docs/Makefile libmemcached/Makefile support/Makefile support/libmemcached.pc support/libmemcached.spec) +AC_OUTPUT(Makefile clients/Makefile tests/Makefile docs/Makefile libmemcached/Makefile support/Makefile support/libmemcached.pc support/libmemcached.spec support/libmemcached-fc.spec)