libmemcached-1.0/configure.h
support/libmemcached.pc
support/libmemcached.spec
+ support/example.cnf
])
AC_OUTPUT
TMP_DIR := tmp_chroot/etc tmp_chroot/var/log tmp_chroot/var/tmp tmp_chroot/var/run tmp_chroot/var/drizzle
BUILT_SOURCES+= $(TMP_DIR)
+BUILT_SOURCES+= tmp_chroot/support
+
+tmp_chroot/support: | tmp_chroot
+ @cp -R support tmp_chroot
+
+tmp_chroot:
+ @$(mkdir_p) $@
$(TMP_DIR):
@$(mkdir_p) $(TMP_DIR)
+++ /dev/null
-# http://en.wikipedia.org/wiki/Consistent_hashing
---distribution=consistent
-
-# Store one additional copy on each node.
---number-of-replicas=2
---namespace="my_foo"
---server=localhost:11211
---server=localhost:11212
---server=localhost:11213
---verify-key
--- /dev/null
+# http://en.wikipedia.org/wiki/Consistent_hashing
+--distribution=consistent
+
+# Store one additional copy on each node.
+--number-of-replicas=2
+--namespace="my_foo"
+--server=localhost:11211
+--server=localhost:11212
+--server=localhost:11213
+--verify-key
libmemcached_check_configuration(test_literal_param("--CONFIGURE-FILE=\"support/example.cnf\""), buffer, sizeof(buffer)),
buffer);
- test_compare_hint(MEMCACHED_SUCCESS,
+ test_compare_hint(MEMCACHED_PARSE_ERROR,
libmemcached_check_configuration(test_literal_param("--CONFIGURE-FILE=support/example.cnf"), buffer, sizeof(buffer)),
buffer);