nutcracker 0.2.4.4 → 0.2.4.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (293) hide show
  1. data/README.md +1 -1
  2. data/ext/nutcracker/ChangeLog +0 -0
  3. data/ext/nutcracker/LICENSE +0 -0
  4. data/ext/nutcracker/Makefile +643 -0
  5. data/ext/nutcracker/Makefile.am +0 -0
  6. data/ext/nutcracker/Makefile.in +82 -190
  7. data/ext/nutcracker/NOTICE +0 -0
  8. data/ext/nutcracker/README.md +0 -0
  9. data/ext/nutcracker/aclocal.m4 +122 -231
  10. data/ext/nutcracker/autom4te.cache/output.0 +18664 -0
  11. data/ext/nutcracker/autom4te.cache/output.1 +18664 -0
  12. data/ext/nutcracker/autom4te.cache/output.2 +18664 -0
  13. data/ext/nutcracker/autom4te.cache/requests +494 -0
  14. data/ext/nutcracker/autom4te.cache/traces.0 +2415 -0
  15. data/ext/nutcracker/autom4te.cache/traces.1 +945 -0
  16. data/ext/nutcracker/autom4te.cache/traces.2 +2415 -0
  17. data/ext/nutcracker/conf/nutcracker.leaf.yml +0 -0
  18. data/ext/nutcracker/conf/nutcracker.root.yml +0 -0
  19. data/ext/nutcracker/conf/nutcracker.yml +0 -0
  20. data/ext/nutcracker/config.h +332 -0
  21. data/ext/nutcracker/config.h.in +15 -0
  22. data/ext/nutcracker/config.log +2684 -0
  23. data/ext/nutcracker/config.status +2317 -0
  24. data/ext/nutcracker/config/config.guess +248 -278
  25. data/ext/nutcracker/config/config.sub +77 -234
  26. data/ext/nutcracker/config/depcomp +39 -143
  27. data/ext/nutcracker/config/install-sh +116 -136
  28. data/ext/nutcracker/config/ltmain.sh +788 -1704
  29. data/ext/nutcracker/config/missing +65 -29
  30. data/ext/nutcracker/configure +1068 -2014
  31. data/ext/nutcracker/configure.ac +34 -2
  32. data/ext/nutcracker/contrib/Makefile +494 -0
  33. data/ext/nutcracker/contrib/Makefile.am +0 -0
  34. data/ext/nutcracker/contrib/Makefile.in +47 -120
  35. data/ext/nutcracker/contrib/yaml-0.1.4.tar.gz +0 -0
  36. data/ext/nutcracker/contrib/yaml-0.1.4/Makefile +736 -0
  37. data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/output.0 +13102 -0
  38. data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/output.1 +13085 -0
  39. data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/output.2 +13085 -0
  40. data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/requests +476 -0
  41. data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/traces.0 +2339 -0
  42. data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/traces.1 +545 -0
  43. data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/traces.2 +2339 -0
  44. data/ext/nutcracker/contrib/yaml-0.1.4/config.h +81 -0
  45. data/ext/nutcracker/contrib/yaml-0.1.4/config.h.in~ +80 -0
  46. data/ext/nutcracker/contrib/yaml-0.1.4/config.log +688 -0
  47. data/ext/nutcracker/contrib/yaml-0.1.4/config.status +2032 -0
  48. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/annotated.html +51 -0
  49. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/bc_s.png +0 -0
  50. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/classes.html +41 -0
  51. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/closed.png +0 -0
  52. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/doxygen.css +656 -0
  53. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/doxygen.png +0 -0
  54. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/files.html +40 -0
  55. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions.html +91 -0
  56. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_0x62.html +84 -0
  57. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_0x63.html +87 -0
  58. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_0x64.html +83 -0
  59. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_0x65.html +110 -0
  60. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_0x66.html +79 -0
  61. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_0x68.html +80 -0
  62. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_0x69.html +92 -0
  63. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_0x6b.html +71 -0
  64. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_0x6c.html +88 -0
  65. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_0x6d.html +96 -0
  66. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_0x6e.html +71 -0
  67. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_0x6f.html +80 -0
  68. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_0x70.html +100 -0
  69. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_0x71.html +71 -0
  70. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_0x72.html +87 -0
  71. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_0x73.html +163 -0
  72. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_0x74.html +115 -0
  73. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_0x75.html +71 -0
  74. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_0x76.html +80 -0
  75. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_0x77.html +77 -0
  76. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_vars.html +91 -0
  77. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_vars_0x62.html +84 -0
  78. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_vars_0x63.html +87 -0
  79. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_vars_0x64.html +83 -0
  80. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_vars_0x65.html +110 -0
  81. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_vars_0x66.html +79 -0
  82. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_vars_0x68.html +80 -0
  83. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_vars_0x69.html +92 -0
  84. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_vars_0x6b.html +71 -0
  85. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_vars_0x6c.html +88 -0
  86. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_vars_0x6d.html +96 -0
  87. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_vars_0x6e.html +71 -0
  88. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_vars_0x6f.html +80 -0
  89. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_vars_0x70.html +100 -0
  90. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_vars_0x71.html +71 -0
  91. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_vars_0x72.html +87 -0
  92. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_vars_0x73.html +163 -0
  93. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_vars_0x74.html +115 -0
  94. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_vars_0x75.html +71 -0
  95. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_vars_0x76.html +80 -0
  96. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_vars_0x77.html +77 -0
  97. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/globals.html +667 -0
  98. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/globals_defs.html +81 -0
  99. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/globals_enum.html +78 -0
  100. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/globals_eval.html +373 -0
  101. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/globals_func.html +196 -0
  102. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/globals_type.html +126 -0
  103. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/group__basic.html +320 -0
  104. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/group__emitter.html +819 -0
  105. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/group__events.html +664 -0
  106. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/group__export.html +60 -0
  107. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/group__nodes.html +795 -0
  108. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/group__parser.html +606 -0
  109. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/group__styles.html +222 -0
  110. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/group__tokens.html +246 -0
  111. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/group__version.html +106 -0
  112. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/index.html +31 -0
  113. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/modules.html +42 -0
  114. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/nav_f.png +0 -0
  115. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/nav_h.png +0 -0
  116. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/open.png +0 -0
  117. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/structyaml__alias__data__s.html +108 -0
  118. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/structyaml__document__s.html +235 -0
  119. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/structyaml__emitter__s.html +1300 -0
  120. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/structyaml__event__s.html +496 -0
  121. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/structyaml__mark__s.html +108 -0
  122. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/structyaml__node__pair__s.html +91 -0
  123. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/structyaml__node__s.html +420 -0
  124. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/structyaml__parser__s.html +1229 -0
  125. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/structyaml__simple__key__s.html +97 -0
  126. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/structyaml__tag__directive__s.html +91 -0
  127. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/structyaml__token__s.html +413 -0
  128. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/structyaml__version__directive__s.html +91 -0
  129. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/tab_a.png +0 -0
  130. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/tab_b.png +0 -0
  131. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/tab_h.png +0 -0
  132. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/tab_s.png +0 -0
  133. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/tabs.css +59 -0
  134. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/yaml_8h.html +525 -0
  135. data/ext/nutcracker/contrib/yaml-0.1.4/include/Makefile.am +17 -0
  136. data/ext/nutcracker/contrib/yaml-0.1.4/include/Makefile.in +470 -0
  137. data/ext/nutcracker/contrib/yaml-0.1.4/libtool +8890 -0
  138. data/ext/nutcracker/contrib/yaml-0.1.4/src/Makefile +484 -0
  139. data/ext/nutcracker/contrib/yaml-0.1.4/src/api.lo +12 -0
  140. data/ext/nutcracker/contrib/yaml-0.1.4/src/api.o +0 -0
  141. data/ext/nutcracker/contrib/yaml-0.1.4/src/dumper.lo +12 -0
  142. data/ext/nutcracker/contrib/yaml-0.1.4/src/dumper.o +0 -0
  143. data/ext/nutcracker/contrib/yaml-0.1.4/src/emitter.lo +12 -0
  144. data/ext/nutcracker/contrib/yaml-0.1.4/src/emitter.o +0 -0
  145. data/ext/nutcracker/contrib/yaml-0.1.4/src/libyaml.la +41 -0
  146. data/ext/nutcracker/contrib/yaml-0.1.4/src/loader.lo +12 -0
  147. data/ext/nutcracker/contrib/yaml-0.1.4/src/loader.o +0 -0
  148. data/ext/nutcracker/contrib/yaml-0.1.4/src/parser.lo +12 -0
  149. data/ext/nutcracker/contrib/yaml-0.1.4/src/parser.o +0 -0
  150. data/ext/nutcracker/contrib/yaml-0.1.4/src/reader.lo +12 -0
  151. data/ext/nutcracker/contrib/yaml-0.1.4/src/reader.o +0 -0
  152. data/ext/nutcracker/contrib/yaml-0.1.4/src/scanner.lo +12 -0
  153. data/ext/nutcracker/contrib/yaml-0.1.4/src/scanner.o +0 -0
  154. data/ext/nutcracker/contrib/yaml-0.1.4/src/writer.lo +12 -0
  155. data/ext/nutcracker/contrib/yaml-0.1.4/src/writer.o +0 -0
  156. data/ext/nutcracker/contrib/yaml-0.1.4/stamp-h1 +1 -0
  157. data/ext/nutcracker/contrib/yaml-0.1.4/tests/Makefile +675 -0
  158. data/ext/nutcracker/contrib/yaml-0.1.4/tests/example-deconstructor +0 -0
  159. data/ext/nutcracker/contrib/yaml-0.1.4/tests/example-deconstructor-alt +0 -0
  160. data/ext/nutcracker/contrib/yaml-0.1.4/tests/example-deconstructor-alt.o +0 -0
  161. data/ext/nutcracker/contrib/yaml-0.1.4/tests/example-deconstructor.o +0 -0
  162. data/ext/nutcracker/contrib/yaml-0.1.4/tests/example-reformatter +0 -0
  163. data/ext/nutcracker/contrib/yaml-0.1.4/tests/example-reformatter-alt +0 -0
  164. data/ext/nutcracker/contrib/yaml-0.1.4/tests/example-reformatter-alt.o +0 -0
  165. data/ext/nutcracker/contrib/yaml-0.1.4/tests/example-reformatter.o +0 -0
  166. data/ext/nutcracker/contrib/yaml-0.1.4/tests/run-dumper +0 -0
  167. data/ext/nutcracker/contrib/yaml-0.1.4/tests/run-dumper.o +0 -0
  168. data/ext/nutcracker/contrib/yaml-0.1.4/tests/run-emitter +0 -0
  169. data/ext/nutcracker/contrib/yaml-0.1.4/tests/run-emitter.o +0 -0
  170. data/ext/nutcracker/contrib/yaml-0.1.4/tests/run-loader +0 -0
  171. data/ext/nutcracker/contrib/yaml-0.1.4/tests/run-loader.o +0 -0
  172. data/ext/nutcracker/contrib/yaml-0.1.4/tests/run-parser +0 -0
  173. data/ext/nutcracker/contrib/yaml-0.1.4/tests/run-parser.o +0 -0
  174. data/ext/nutcracker/contrib/yaml-0.1.4/tests/run-scanner +0 -0
  175. data/ext/nutcracker/contrib/yaml-0.1.4/tests/run-scanner.o +0 -0
  176. data/ext/nutcracker/contrib/yaml-0.1.4/yaml-0.1.pc +10 -0
  177. data/ext/nutcracker/contrib/yaml-0.1.4/yaml-0.1.pc.in +10 -0
  178. data/ext/nutcracker/exconf.rb +0 -0
  179. data/ext/nutcracker/extconf.rb +2 -5
  180. data/ext/nutcracker/libtool +9403 -0
  181. data/ext/nutcracker/m4/libtool.m4 +396 -960
  182. data/ext/nutcracker/m4/ltoptions.m4 +2 -17
  183. data/ext/nutcracker/m4/ltversion.m4 +6 -6
  184. data/ext/nutcracker/notes/c-styleguide.txt +0 -0
  185. data/ext/nutcracker/notes/debug.txt +0 -0
  186. data/ext/nutcracker/notes/memcache.txt +0 -0
  187. data/ext/nutcracker/notes/recommendation.md +0 -0
  188. data/ext/nutcracker/notes/redis.md +0 -0
  189. data/ext/nutcracker/notes/socket.txt +0 -0
  190. data/ext/nutcracker/scripts/nutcracker.init +0 -0
  191. data/ext/nutcracker/scripts/nutcracker.spec +0 -0
  192. data/ext/nutcracker/scripts/redis-check.py +0 -0
  193. data/ext/nutcracker/src/Makefile +647 -0
  194. data/ext/nutcracker/src/Makefile.am +1 -1
  195. data/ext/nutcracker/src/Makefile.in +81 -167
  196. data/ext/nutcracker/src/hashkit/Makefile +476 -0
  197. data/ext/nutcracker/src/hashkit/Makefile.am +0 -0
  198. data/ext/nutcracker/src/hashkit/Makefile.in +37 -72
  199. data/ext/nutcracker/src/hashkit/libhashkit.a +0 -0
  200. data/ext/nutcracker/src/hashkit/nc_crc16.c +0 -0
  201. data/ext/nutcracker/src/hashkit/nc_crc16.o +0 -0
  202. data/ext/nutcracker/src/hashkit/nc_crc32.c +0 -0
  203. data/ext/nutcracker/src/hashkit/nc_crc32.o +0 -0
  204. data/ext/nutcracker/src/hashkit/nc_fnv.c +0 -0
  205. data/ext/nutcracker/src/hashkit/nc_fnv.o +0 -0
  206. data/ext/nutcracker/src/hashkit/nc_hashkit.h +0 -0
  207. data/ext/nutcracker/src/hashkit/nc_hsieh.c +0 -0
  208. data/ext/nutcracker/src/hashkit/nc_hsieh.o +0 -0
  209. data/ext/nutcracker/src/hashkit/nc_jenkins.c +0 -0
  210. data/ext/nutcracker/src/hashkit/nc_jenkins.o +0 -0
  211. data/ext/nutcracker/src/hashkit/nc_ketama.c +0 -0
  212. data/ext/nutcracker/src/hashkit/nc_ketama.o +0 -0
  213. data/ext/nutcracker/src/hashkit/nc_md5.c +0 -0
  214. data/ext/nutcracker/src/hashkit/nc_md5.o +0 -0
  215. data/ext/nutcracker/src/hashkit/nc_modula.c +0 -0
  216. data/ext/nutcracker/src/hashkit/nc_modula.o +0 -0
  217. data/ext/nutcracker/src/hashkit/nc_murmur.c +0 -0
  218. data/ext/nutcracker/src/hashkit/nc_murmur.o +0 -0
  219. data/ext/nutcracker/src/hashkit/nc_one_at_a_time.c +0 -0
  220. data/ext/nutcracker/src/hashkit/nc_one_at_a_time.o +0 -0
  221. data/ext/nutcracker/src/hashkit/nc_random.c +0 -0
  222. data/ext/nutcracker/src/hashkit/nc_random.o +0 -0
  223. data/ext/nutcracker/src/nc.c +0 -0
  224. data/ext/nutcracker/src/nc.o +0 -0
  225. data/ext/nutcracker/src/nc_array.c +0 -0
  226. data/ext/nutcracker/src/nc_array.h +0 -0
  227. data/ext/nutcracker/src/nc_array.o +0 -0
  228. data/ext/nutcracker/src/nc_client.c +0 -0
  229. data/ext/nutcracker/src/nc_client.h +0 -0
  230. data/ext/nutcracker/src/nc_client.o +0 -0
  231. data/ext/nutcracker/src/nc_conf.c +0 -0
  232. data/ext/nutcracker/src/nc_conf.h +0 -0
  233. data/ext/nutcracker/src/nc_conf.o +0 -0
  234. data/ext/nutcracker/src/nc_connection.c +0 -0
  235. data/ext/nutcracker/src/nc_connection.h +0 -0
  236. data/ext/nutcracker/src/nc_connection.o +0 -0
  237. data/ext/nutcracker/src/nc_core.c +29 -26
  238. data/ext/nutcracker/src/nc_core.h +13 -5
  239. data/ext/nutcracker/src/nc_core.o +0 -0
  240. data/ext/nutcracker/src/{nc_event.c → nc_epoll.c} +94 -30
  241. data/ext/nutcracker/src/nc_epoll.o +0 -0
  242. data/ext/nutcracker/src/nc_event.h +33 -13
  243. data/ext/nutcracker/src/nc_kqueue.c +296 -0
  244. data/ext/nutcracker/src/nc_kqueue.o +0 -0
  245. data/ext/nutcracker/src/nc_log.c +0 -0
  246. data/ext/nutcracker/src/nc_log.h +0 -0
  247. data/ext/nutcracker/src/nc_log.o +0 -0
  248. data/ext/nutcracker/src/nc_mbuf.c +0 -0
  249. data/ext/nutcracker/src/nc_mbuf.h +0 -0
  250. data/ext/nutcracker/src/nc_mbuf.o +0 -0
  251. data/ext/nutcracker/src/nc_message.c +0 -0
  252. data/ext/nutcracker/src/nc_message.h +0 -0
  253. data/ext/nutcracker/src/nc_message.o +0 -0
  254. data/ext/nutcracker/src/nc_proxy.c +8 -8
  255. data/ext/nutcracker/src/nc_proxy.h +0 -0
  256. data/ext/nutcracker/src/nc_proxy.o +0 -0
  257. data/ext/nutcracker/src/nc_queue.h +0 -0
  258. data/ext/nutcracker/src/nc_rbtree.c +0 -0
  259. data/ext/nutcracker/src/nc_rbtree.h +0 -0
  260. data/ext/nutcracker/src/nc_rbtree.o +0 -0
  261. data/ext/nutcracker/src/nc_request.c +3 -3
  262. data/ext/nutcracker/src/nc_request.o +0 -0
  263. data/ext/nutcracker/src/nc_response.c +4 -6
  264. data/ext/nutcracker/src/nc_response.o +0 -0
  265. data/ext/nutcracker/src/nc_server.c +5 -5
  266. data/ext/nutcracker/src/nc_server.h +0 -0
  267. data/ext/nutcracker/src/nc_server.o +0 -0
  268. data/ext/nutcracker/src/nc_signal.c +0 -0
  269. data/ext/nutcracker/src/nc_signal.h +0 -0
  270. data/ext/nutcracker/src/nc_signal.o +0 -0
  271. data/ext/nutcracker/src/nc_stats.c +16 -21
  272. data/ext/nutcracker/src/nc_stats.h +3 -4
  273. data/ext/nutcracker/src/nc_stats.o +0 -0
  274. data/ext/nutcracker/src/nc_string.c +0 -0
  275. data/ext/nutcracker/src/nc_string.h +0 -0
  276. data/ext/nutcracker/src/nc_string.o +0 -0
  277. data/ext/nutcracker/src/nc_util.c +16 -0
  278. data/ext/nutcracker/src/nc_util.h +1 -0
  279. data/ext/nutcracker/src/nc_util.o +0 -0
  280. data/ext/nutcracker/src/nutcracker +0 -0
  281. data/ext/nutcracker/src/proto/Makefile +454 -0
  282. data/ext/nutcracker/src/proto/Makefile.am +0 -0
  283. data/ext/nutcracker/src/proto/Makefile.in +37 -72
  284. data/ext/nutcracker/src/proto/libproto.a +0 -0
  285. data/ext/nutcracker/src/proto/nc_memcache.c +0 -0
  286. data/ext/nutcracker/src/proto/nc_memcache.o +0 -0
  287. data/ext/nutcracker/src/proto/nc_proto.h +0 -0
  288. data/ext/nutcracker/src/proto/nc_redis.c +0 -0
  289. data/ext/nutcracker/src/proto/nc_redis.o +0 -0
  290. data/ext/nutcracker/stamp-h1 +1 -0
  291. data/lib/nutcracker.rb +95 -4
  292. data/lib/nutcracker/version.rb +1 -1
  293. metadata +217 -4
File without changes
File without changes
@@ -1,8 +1,7 @@
1
- # generated automatically by aclocal 1.11.3 -*- Autoconf -*-
1
+ # generated automatically by aclocal 1.10 -*- Autoconf -*-
2
2
 
3
3
  # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4
- # 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
5
- # Inc.
4
+ # 2005, 2006 Free Software Foundation, Inc.
6
5
  # This file is free software; the Free Software Foundation
7
6
  # gives unlimited permission to copy and/or distribute it,
8
7
  # with or without modifications, as long as this notice is preserved.
@@ -12,33 +11,27 @@
12
11
  # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
12
  # PARTICULAR PURPOSE.
14
13
 
15
- m4_ifndef([AC_AUTOCONF_VERSION],
16
- [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
17
- m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],,
18
- [m4_warning([this file was generated for autoconf 2.68.
19
- You have another version of autoconf. It may work, but is not guaranteed to.
20
- If you have problems, you may need to regenerate the build system entirely.
21
- To do so, use the procedure documented by the package, typically `autoreconf'.])])
14
+ m4_if(m4_PACKAGE_VERSION, [2.69],,
15
+ [m4_fatal([this file was generated for autoconf 2.69.
16
+ You have another version of autoconf. If you want to use that,
17
+ you should regenerate the build system entirely.], [63])])
22
18
 
23
- # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software
24
- # Foundation, Inc.
19
+ # Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
25
20
  #
26
21
  # This file is free software; the Free Software Foundation
27
22
  # gives unlimited permission to copy and/or distribute it,
28
23
  # with or without modifications, as long as this notice is preserved.
29
24
 
30
- # serial 1
31
-
32
25
  # AM_AUTOMAKE_VERSION(VERSION)
33
26
  # ----------------------------
34
27
  # Automake X.Y traces this macro to ensure aclocal.m4 has been
35
28
  # generated from the m4 files accompanying Automake X.Y.
36
29
  # (This private macro should not be called outside this file.)
37
30
  AC_DEFUN([AM_AUTOMAKE_VERSION],
38
- [am__api_version='1.11'
31
+ [am__api_version='1.10'
39
32
  dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
40
33
  dnl require some minimum version. Point them to the right macro.
41
- m4_if([$1], [1.11.3], [],
34
+ m4_if([$1], [1.10], [],
42
35
  [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
43
36
  ])
44
37
 
@@ -52,23 +45,19 @@ m4_define([_AM_AUTOCONF_VERSION], [])
52
45
  # AM_SET_CURRENT_AUTOMAKE_VERSION
53
46
  # -------------------------------
54
47
  # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
55
- # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
48
+ # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
56
49
  AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
57
- [AM_AUTOMAKE_VERSION([1.11.3])dnl
58
- m4_ifndef([AC_AUTOCONF_VERSION],
59
- [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
60
- _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
50
+ [AM_AUTOMAKE_VERSION([1.10])dnl
51
+ _AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)])
61
52
 
62
53
  # AM_AUX_DIR_EXPAND -*- Autoconf -*-
63
54
 
64
- # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
55
+ # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
65
56
  #
66
57
  # This file is free software; the Free Software Foundation
67
58
  # gives unlimited permission to copy and/or distribute it,
68
59
  # with or without modifications, as long as this notice is preserved.
69
60
 
70
- # serial 1
71
-
72
61
  # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
73
62
  # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to
74
63
  # `$srcdir', `$srcdir/..', or `$srcdir/../..'.
@@ -116,14 +105,14 @@ am_aux_dir=`cd $ac_aux_dir && pwd`
116
105
 
117
106
  # AM_CONDITIONAL -*- Autoconf -*-
118
107
 
119
- # Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008
108
+ # Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006
120
109
  # Free Software Foundation, Inc.
121
110
  #
122
111
  # This file is free software; the Free Software Foundation
123
112
  # gives unlimited permission to copy and/or distribute it,
124
113
  # with or without modifications, as long as this notice is preserved.
125
114
 
126
- # serial 9
115
+ # serial 8
127
116
 
128
117
  # AM_CONDITIONAL(NAME, SHELL-CONDITION)
129
118
  # -------------------------------------
@@ -136,7 +125,6 @@ AC_SUBST([$1_TRUE])dnl
136
125
  AC_SUBST([$1_FALSE])dnl
137
126
  _AM_SUBST_NOTMAKE([$1_TRUE])dnl
138
127
  _AM_SUBST_NOTMAKE([$1_FALSE])dnl
139
- m4_define([_AM_COND_VALUE_$1], [$2])dnl
140
128
  if $2; then
141
129
  $1_TRUE=
142
130
  $1_FALSE='#'
@@ -150,14 +138,14 @@ AC_CONFIG_COMMANDS_PRE(
150
138
  Usually this means the macro was only invoked conditionally.]])
151
139
  fi])])
152
140
 
153
- # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009,
154
- # 2010, 2011 Free Software Foundation, Inc.
141
+ # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
142
+ # Free Software Foundation, Inc.
155
143
  #
156
144
  # This file is free software; the Free Software Foundation
157
145
  # gives unlimited permission to copy and/or distribute it,
158
146
  # with or without modifications, as long as this notice is preserved.
159
147
 
160
- # serial 12
148
+ # serial 9
161
149
 
162
150
  # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
163
151
  # written in clear, in which case automake, when reading aclocal.m4,
@@ -197,7 +185,6 @@ AC_CACHE_CHECK([dependency style of $depcc],
197
185
  # instance it was reported that on HP-UX the gcc test will end up
198
186
  # making a dummy file named `D' -- because `-MD' means `put the output
199
187
  # in D'.
200
- rm -rf conftest.dir
201
188
  mkdir conftest.dir
202
189
  # Copy depcomp to subdir because otherwise we won't find it if we're
203
190
  # using a relative directory.
@@ -215,16 +202,6 @@ AC_CACHE_CHECK([dependency style of $depcc],
215
202
  if test "$am_compiler_list" = ""; then
216
203
  am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
217
204
  fi
218
- am__universal=false
219
- m4_case([$1], [CC],
220
- [case " $depcc " in #(
221
- *\ -arch\ *\ -arch\ *) am__universal=true ;;
222
- esac],
223
- [CXX],
224
- [case " $depcc " in #(
225
- *\ -arch\ *\ -arch\ *) am__universal=true ;;
226
- esac])
227
-
228
205
  for depmode in $am_compiler_list; do
229
206
  # Setup a source with many dependencies, because some compilers
230
207
  # like to wrap large dependency lists on column 80 (with \), and
@@ -242,17 +219,7 @@ AC_CACHE_CHECK([dependency style of $depcc],
242
219
  done
243
220
  echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
244
221
 
245
- # We check with `-c' and `-o' for the sake of the "dashmstdout"
246
- # mode. It turns out that the SunPro C++ compiler does not properly
247
- # handle `-M -o', and we need to detect this. Also, some Intel
248
- # versions had trouble with output in subdirs
249
- am__obj=sub/conftest.${OBJEXT-o}
250
- am__minus_obj="-o $am__obj"
251
222
  case $depmode in
252
- gcc)
253
- # This depmode causes a compiler race in universal mode.
254
- test "$am__universal" = false || continue
255
- ;;
256
223
  nosideeffect)
257
224
  # after this tag, mechanisms are not by side-effect, so they'll
258
225
  # only be used when explicitly requested
@@ -262,23 +229,19 @@ AC_CACHE_CHECK([dependency style of $depcc],
262
229
  break
263
230
  fi
264
231
  ;;
265
- msvc7 | msvc7msys | msvisualcpp | msvcmsys)
266
- # This compiler won't grok `-c -o', but also, the minuso test has
267
- # not run yet. These depmodes are late enough in the game, and
268
- # so weak that their functioning should not be impacted.
269
- am__obj=conftest.${OBJEXT-o}
270
- am__minus_obj=
271
- ;;
272
232
  none) break ;;
273
233
  esac
234
+ # We check with `-c' and `-o' for the sake of the "dashmstdout"
235
+ # mode. It turns out that the SunPro C++ compiler does not properly
236
+ # handle `-M -o', and we need to detect this.
274
237
  if depmode=$depmode \
275
- source=sub/conftest.c object=$am__obj \
238
+ source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
276
239
  depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
277
- $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
240
+ $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
278
241
  >/dev/null 2>conftest.err &&
279
242
  grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
280
243
  grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
281
- grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
244
+ grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
282
245
  ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
283
246
  # icc doesn't choke on unknown options, it will just issue warnings
284
247
  # or remarks (even with -Werror). So we grep stderr for any message
@@ -327,79 +290,65 @@ AC_DEFUN([AM_DEP_TRACK],
327
290
  if test "x$enable_dependency_tracking" != xno; then
328
291
  am_depcomp="$ac_aux_dir/depcomp"
329
292
  AMDEPBACKSLASH='\'
330
- am__nodep='_no'
331
293
  fi
332
294
  AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
333
295
  AC_SUBST([AMDEPBACKSLASH])dnl
334
296
  _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
335
- AC_SUBST([am__nodep])dnl
336
- _AM_SUBST_NOTMAKE([am__nodep])dnl
337
297
  ])
338
298
 
339
299
  # Generate code to set up dependency tracking. -*- Autoconf -*-
340
300
 
341
- # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
301
+ # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
342
302
  # Free Software Foundation, Inc.
343
303
  #
344
304
  # This file is free software; the Free Software Foundation
345
305
  # gives unlimited permission to copy and/or distribute it,
346
306
  # with or without modifications, as long as this notice is preserved.
347
307
 
348
- #serial 5
308
+ #serial 3
349
309
 
350
310
  # _AM_OUTPUT_DEPENDENCY_COMMANDS
351
311
  # ------------------------------
352
312
  AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
353
- [{
354
- # Autoconf 2.62 quotes --file arguments for eval, but not when files
355
- # are listed without --file. Let's play safe and only enable the eval
356
- # if we detect the quoting.
357
- case $CONFIG_FILES in
358
- *\'*) eval set x "$CONFIG_FILES" ;;
359
- *) set x $CONFIG_FILES ;;
360
- esac
361
- shift
362
- for mf
363
- do
364
- # Strip MF so we end up with the name of the file.
365
- mf=`echo "$mf" | sed -e 's/:.*$//'`
366
- # Check whether this is an Automake generated Makefile or not.
367
- # We used to match only the files named `Makefile.in', but
368
- # some people rename them; so instead we look at the file content.
369
- # Grep'ing the first line is not enough: some people post-process
370
- # each Makefile.in and add a new line on top of each file to say so.
371
- # Grep'ing the whole file is not good either: AIX grep has a line
372
- # limit of 2048, but all sed's we know have understand at least 4000.
373
- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
374
- dirpart=`AS_DIRNAME("$mf")`
375
- else
376
- continue
377
- fi
378
- # Extract the definition of DEPDIR, am__include, and am__quote
379
- # from the Makefile without running `make'.
380
- DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
381
- test -z "$DEPDIR" && continue
382
- am__include=`sed -n 's/^am__include = //p' < "$mf"`
383
- test -z "am__include" && continue
384
- am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
385
- # When using ansi2knr, U may be empty or an underscore; expand it
386
- U=`sed -n 's/^U = //p' < "$mf"`
387
- # Find all dependency output files, they are included files with
388
- # $(DEPDIR) in their names. We invoke sed twice because it is the
389
- # simplest approach to changing $(DEPDIR) to its actual value in the
390
- # expansion.
391
- for file in `sed -n "
392
- s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
393
- sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
394
- # Make sure the directory exists.
395
- test -f "$dirpart/$file" && continue
396
- fdir=`AS_DIRNAME(["$file"])`
397
- AS_MKDIR_P([$dirpart/$fdir])
398
- # echo "creating $dirpart/$file"
399
- echo '# dummy' > "$dirpart/$file"
400
- done
313
+ [for mf in $CONFIG_FILES; do
314
+ # Strip MF so we end up with the name of the file.
315
+ mf=`echo "$mf" | sed -e 's/:.*$//'`
316
+ # Check whether this is an Automake generated Makefile or not.
317
+ # We used to match only the files named `Makefile.in', but
318
+ # some people rename them; so instead we look at the file content.
319
+ # Grep'ing the first line is not enough: some people post-process
320
+ # each Makefile.in and add a new line on top of each file to say so.
321
+ # Grep'ing the whole file is not good either: AIX grep has a line
322
+ # limit of 2048, but all sed's we know have understand at least 4000.
323
+ if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
324
+ dirpart=`AS_DIRNAME("$mf")`
325
+ else
326
+ continue
327
+ fi
328
+ # Extract the definition of DEPDIR, am__include, and am__quote
329
+ # from the Makefile without running `make'.
330
+ DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
331
+ test -z "$DEPDIR" && continue
332
+ am__include=`sed -n 's/^am__include = //p' < "$mf"`
333
+ test -z "am__include" && continue
334
+ am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
335
+ # When using ansi2knr, U may be empty or an underscore; expand it
336
+ U=`sed -n 's/^U = //p' < "$mf"`
337
+ # Find all dependency output files, they are included files with
338
+ # $(DEPDIR) in their names. We invoke sed twice because it is the
339
+ # simplest approach to changing $(DEPDIR) to its actual value in the
340
+ # expansion.
341
+ for file in `sed -n "
342
+ s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
343
+ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
344
+ # Make sure the directory exists.
345
+ test -f "$dirpart/$file" && continue
346
+ fdir=`AS_DIRNAME(["$file"])`
347
+ AS_MKDIR_P([$dirpart/$fdir])
348
+ # echo "creating $dirpart/$file"
349
+ echo '# dummy' > "$dirpart/$file"
401
350
  done
402
- }
351
+ done
403
352
  ])# _AM_OUTPUT_DEPENDENCY_COMMANDS
404
353
 
405
354
 
@@ -419,13 +368,13 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
419
368
  # Do all the work for Automake. -*- Autoconf -*-
420
369
 
421
370
  # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
422
- # 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
371
+ # 2005, 2006 Free Software Foundation, Inc.
423
372
  #
424
373
  # This file is free software; the Free Software Foundation
425
374
  # gives unlimited permission to copy and/or distribute it,
426
375
  # with or without modifications, as long as this notice is preserved.
427
376
 
428
- # serial 16
377
+ # serial 12
429
378
 
430
379
  # This macro actually does too much. Some checks are only needed if
431
380
  # your package does certain things. But this isn't really a big deal.
@@ -442,7 +391,7 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
442
391
  # arguments mandatory, and then we can depend on a new Autoconf
443
392
  # release and drop the old call support.
444
393
  AC_DEFUN([AM_INIT_AUTOMAKE],
445
- [AC_PREREQ([2.62])dnl
394
+ [AC_PREREQ([2.60])dnl
446
395
  dnl Autoconf wants to disallow AM_ names. We explicitly allow
447
396
  dnl the ones we care about.
448
397
  m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
@@ -493,8 +442,8 @@ AM_MISSING_PROG(AUTOCONF, autoconf)
493
442
  AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
494
443
  AM_MISSING_PROG(AUTOHEADER, autoheader)
495
444
  AM_MISSING_PROG(MAKEINFO, makeinfo)
496
- AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
497
- AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
445
+ AM_PROG_INSTALL_SH
446
+ AM_PROG_INSTALL_STRIP
498
447
  AC_REQUIRE([AM_PROG_MKDIR_P])dnl
499
448
  # We need awk for the "check" target. The system "awk" is bad on
500
449
  # some platforms.
@@ -502,37 +451,24 @@ AC_REQUIRE([AC_PROG_AWK])dnl
502
451
  AC_REQUIRE([AC_PROG_MAKE_SET])dnl
503
452
  AC_REQUIRE([AM_SET_LEADING_DOT])dnl
504
453
  _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
505
- [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
506
- [_AM_PROG_TAR([v7])])])
454
+ [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
455
+ [_AM_PROG_TAR([v7])])])
507
456
  _AM_IF_OPTION([no-dependencies],,
508
457
  [AC_PROVIDE_IFELSE([AC_PROG_CC],
509
- [_AM_DEPENDENCIES(CC)],
510
- [define([AC_PROG_CC],
511
- defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
458
+ [_AM_DEPENDENCIES(CC)],
459
+ [define([AC_PROG_CC],
460
+ defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
512
461
  AC_PROVIDE_IFELSE([AC_PROG_CXX],
513
- [_AM_DEPENDENCIES(CXX)],
514
- [define([AC_PROG_CXX],
515
- defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
462
+ [_AM_DEPENDENCIES(CXX)],
463
+ [define([AC_PROG_CXX],
464
+ defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
516
465
  AC_PROVIDE_IFELSE([AC_PROG_OBJC],
517
- [_AM_DEPENDENCIES(OBJC)],
518
- [define([AC_PROG_OBJC],
519
- defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
466
+ [_AM_DEPENDENCIES(OBJC)],
467
+ [define([AC_PROG_OBJC],
468
+ defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
520
469
  ])
521
- _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
522
- dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
523
- dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro
524
- dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
525
- AC_CONFIG_COMMANDS_PRE(dnl
526
- [m4_provide_if([_AM_COMPILER_EXEEXT],
527
- [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
528
470
  ])
529
471
 
530
- dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
531
- dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
532
- dnl mangled by Autoconf and run in a shell conditional statement.
533
- m4_define([_AC_COMPILER_EXEEXT],
534
- m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
535
-
536
472
 
537
473
  # When config.status generates a header, we must update the stamp-h file.
538
474
  # This file resides in the same directory as the config header
@@ -543,40 +479,29 @@ m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
543
479
  # our stamp files there.
544
480
  AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
545
481
  [# Compute $1's index in $config_headers.
546
- _am_arg=$1
547
482
  _am_stamp_count=1
548
483
  for _am_header in $config_headers :; do
549
484
  case $_am_header in
550
- $_am_arg | $_am_arg:* )
485
+ $1 | $1:* )
551
486
  break ;;
552
487
  * )
553
488
  _am_stamp_count=`expr $_am_stamp_count + 1` ;;
554
489
  esac
555
490
  done
556
- echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
491
+ echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
557
492
 
558
- # Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation,
559
- # Inc.
493
+ # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
560
494
  #
561
495
  # This file is free software; the Free Software Foundation
562
496
  # gives unlimited permission to copy and/or distribute it,
563
497
  # with or without modifications, as long as this notice is preserved.
564
498
 
565
- # serial 1
566
-
567
499
  # AM_PROG_INSTALL_SH
568
500
  # ------------------
569
501
  # Define $install_sh.
570
502
  AC_DEFUN([AM_PROG_INSTALL_SH],
571
503
  [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
572
- if test x"${install_sh}" != xset; then
573
- case $am_aux_dir in
574
- *\ * | *\ *)
575
- install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
576
- *)
577
- install_sh="\${SHELL} $am_aux_dir/install-sh"
578
- esac
579
- fi
504
+ install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
580
505
  AC_SUBST(install_sh)])
581
506
 
582
507
  # Copyright (C) 2003, 2005 Free Software Foundation, Inc.
@@ -602,13 +527,13 @@ AC_SUBST([am__leading_dot])])
602
527
 
603
528
  # Check to see how 'make' treats includes. -*- Autoconf -*-
604
529
 
605
- # Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation, Inc.
530
+ # Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
606
531
  #
607
532
  # This file is free software; the Free Software Foundation
608
533
  # gives unlimited permission to copy and/or distribute it,
609
534
  # with or without modifications, as long as this notice is preserved.
610
535
 
611
- # serial 4
536
+ # serial 3
612
537
 
613
538
  # AM_MAKE_INCLUDE()
614
539
  # -----------------
@@ -617,7 +542,7 @@ AC_DEFUN([AM_MAKE_INCLUDE],
617
542
  [am_make=${MAKE-make}
618
543
  cat > confinc << 'END'
619
544
  am__doit:
620
- @echo this is the am__doit target
545
+ @echo done
621
546
  .PHONY: am__doit
622
547
  END
623
548
  # If we don't find an include directive, just comment out the code.
@@ -627,24 +552,24 @@ am__quote=
627
552
  _am_result=none
628
553
  # First try GNU make style include.
629
554
  echo "include confinc" > confmf
630
- # Ignore all kinds of additional output from `make'.
631
- case `$am_make -s -f confmf 2> /dev/null` in #(
632
- *the\ am__doit\ target*)
633
- am__include=include
634
- am__quote=
635
- _am_result=GNU
636
- ;;
637
- esac
555
+ # We grep out `Entering directory' and `Leaving directory'
556
+ # messages which can occur if `w' ends up in MAKEFLAGS.
557
+ # In particular we don't look at `^make:' because GNU make might
558
+ # be invoked under some other name (usually "gmake"), in which
559
+ # case it prints its new name instead of `make'.
560
+ if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
561
+ am__include=include
562
+ am__quote=
563
+ _am_result=GNU
564
+ fi
638
565
  # Now try BSD make style include.
639
566
  if test "$am__include" = "#"; then
640
567
  echo '.include "confinc"' > confmf
641
- case `$am_make -s -f confmf 2> /dev/null` in #(
642
- *the\ am__doit\ target*)
643
- am__include=.include
644
- am__quote="\""
645
- _am_result=BSD
646
- ;;
647
- esac
568
+ if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
569
+ am__include=.include
570
+ am__quote="\""
571
+ _am_result=BSD
572
+ fi
648
573
  fi
649
574
  AC_SUBST([am__include])
650
575
  AC_SUBST([am__quote])
@@ -654,14 +579,14 @@ rm -f confinc confmf
654
579
 
655
580
  # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
656
581
 
657
- # Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008
582
+ # Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005
658
583
  # Free Software Foundation, Inc.
659
584
  #
660
585
  # This file is free software; the Free Software Foundation
661
586
  # gives unlimited permission to copy and/or distribute it,
662
587
  # with or without modifications, as long as this notice is preserved.
663
588
 
664
- # serial 6
589
+ # serial 5
665
590
 
666
591
  # AM_MISSING_PROG(NAME, PROGRAM)
667
592
  # ------------------------------
@@ -678,14 +603,7 @@ AC_SUBST($1)])
678
603
  AC_DEFUN([AM_MISSING_HAS_RUN],
679
604
  [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
680
605
  AC_REQUIRE_AUX_FILE([missing])dnl
681
- if test x"${MISSING+set}" != xset; then
682
- case $am_aux_dir in
683
- *\ * | *\ *)
684
- MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
685
- *)
686
- MISSING="\${SHELL} $am_aux_dir/missing" ;;
687
- esac
688
- fi
606
+ test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
689
607
  # Use eval to expand $SHELL
690
608
  if eval "$MISSING --run true"; then
691
609
  am_missing_run="$MISSING --run "
@@ -695,15 +613,12 @@ else
695
613
  fi
696
614
  ])
697
615
 
698
- # Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation,
699
- # Inc.
616
+ # Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
700
617
  #
701
618
  # This file is free software; the Free Software Foundation
702
619
  # gives unlimited permission to copy and/or distribute it,
703
620
  # with or without modifications, as long as this notice is preserved.
704
621
 
705
- # serial 1
706
-
707
622
  # AM_PROG_MKDIR_P
708
623
  # ---------------
709
624
  # Check for `mkdir -p'.
@@ -726,14 +641,13 @@ esac
726
641
 
727
642
  # Helper functions for option handling. -*- Autoconf -*-
728
643
 
729
- # Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software
730
- # Foundation, Inc.
644
+ # Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
731
645
  #
732
646
  # This file is free software; the Free Software Foundation
733
647
  # gives unlimited permission to copy and/or distribute it,
734
648
  # with or without modifications, as long as this notice is preserved.
735
649
 
736
- # serial 5
650
+ # serial 3
737
651
 
738
652
  # _AM_MANGLE_OPTION(NAME)
739
653
  # -----------------------
@@ -741,16 +655,16 @@ AC_DEFUN([_AM_MANGLE_OPTION],
741
655
  [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
742
656
 
743
657
  # _AM_SET_OPTION(NAME)
744
- # --------------------
658
+ # ------------------------------
745
659
  # Set option NAME. Presently that only means defining a flag for this option.
746
660
  AC_DEFUN([_AM_SET_OPTION],
747
661
  [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
748
662
 
749
663
  # _AM_SET_OPTIONS(OPTIONS)
750
- # ------------------------
664
+ # ----------------------------------
751
665
  # OPTIONS is a space-separated list of Automake options.
752
666
  AC_DEFUN([_AM_SET_OPTIONS],
753
- [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
667
+ [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
754
668
 
755
669
  # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
756
670
  # -------------------------------------------
@@ -760,14 +674,14 @@ AC_DEFUN([_AM_IF_OPTION],
760
674
 
761
675
  # Check to make sure that the build environment is sane. -*- Autoconf -*-
762
676
 
763
- # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
677
+ # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
764
678
  # Free Software Foundation, Inc.
765
679
  #
766
680
  # This file is free software; the Free Software Foundation
767
681
  # gives unlimited permission to copy and/or distribute it,
768
682
  # with or without modifications, as long as this notice is preserved.
769
683
 
770
- # serial 5
684
+ # serial 4
771
685
 
772
686
  # AM_SANITY_CHECK
773
687
  # ---------------
@@ -776,29 +690,16 @@ AC_DEFUN([AM_SANITY_CHECK],
776
690
  # Just in case
777
691
  sleep 1
778
692
  echo timestamp > conftest.file
779
- # Reject unsafe characters in $srcdir or the absolute working directory
780
- # name. Accept space and tab only in the latter.
781
- am_lf='
782
- '
783
- case `pwd` in
784
- *[[\\\"\#\$\&\'\`$am_lf]]*)
785
- AC_MSG_ERROR([unsafe absolute working directory name]);;
786
- esac
787
- case $srcdir in
788
- *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
789
- AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
790
- esac
791
-
792
693
  # Do `set' in a subshell so we don't clobber the current shell's
793
694
  # arguments. Must try -L first in case configure is actually a
794
695
  # symlink; some systems play weird games with the mod time of symlinks
795
696
  # (eg FreeBSD returns the mod time of the symlink's containing
796
697
  # directory).
797
698
  if (
798
- set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
699
+ set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
799
700
  if test "$[*]" = "X"; then
800
701
  # -L didn't work.
801
- set X `ls -t "$srcdir/configure" conftest.file`
702
+ set X `ls -t $srcdir/configure conftest.file`
802
703
  fi
803
704
  rm -f conftest.file
804
705
  if test "$[*]" != "X $srcdir/configure conftest.file" \
@@ -823,14 +724,12 @@ Check your system clock])
823
724
  fi
824
725
  AC_MSG_RESULT(yes)])
825
726
 
826
- # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
727
+ # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
827
728
  #
828
729
  # This file is free software; the Free Software Foundation
829
730
  # gives unlimited permission to copy and/or distribute it,
830
731
  # with or without modifications, as long as this notice is preserved.
831
732
 
832
- # serial 1
833
-
834
733
  # AM_PROG_INSTALL_STRIP
835
734
  # ---------------------
836
735
  # One issue with vendor `install' (even GNU) is that you can't
@@ -853,28 +752,21 @@ fi
853
752
  INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
854
753
  AC_SUBST([INSTALL_STRIP_PROGRAM])])
855
754
 
856
- # Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
755
+ # Copyright (C) 2006 Free Software Foundation, Inc.
857
756
  #
858
757
  # This file is free software; the Free Software Foundation
859
758
  # gives unlimited permission to copy and/or distribute it,
860
759
  # with or without modifications, as long as this notice is preserved.
861
760
 
862
- # serial 3
863
-
864
761
  # _AM_SUBST_NOTMAKE(VARIABLE)
865
762
  # ---------------------------
866
- # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
763
+ # Prevent Automake from outputing VARIABLE = @VARIABLE@ in Makefile.in.
867
764
  # This macro is traced by Automake.
868
765
  AC_DEFUN([_AM_SUBST_NOTMAKE])
869
766
 
870
- # AM_SUBST_NOTMAKE(VARIABLE)
871
- # --------------------------
872
- # Public sister of _AM_SUBST_NOTMAKE.
873
- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
874
-
875
767
  # Check how to create a tarball. -*- Autoconf -*-
876
768
 
877
- # Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc.
769
+ # Copyright (C) 2004, 2005 Free Software Foundation, Inc.
878
770
  #
879
771
  # This file is free software; the Free Software Foundation
880
772
  # gives unlimited permission to copy and/or distribute it,
@@ -896,11 +788,10 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
896
788
  # a tarball read from stdin.
897
789
  # $(am__untar) < result.tar
898
790
  AC_DEFUN([_AM_PROG_TAR],
899
- [# Always define AMTAR for backward compatibility. Yes, it's still used
900
- # in the wild :-( We should find a proper way to deprecate it ...
901
- AC_SUBST([AMTAR], ['$${TAR-tar}'])
791
+ [# Always define AMTAR for backward compatibility.
792
+ AM_MISSING_PROG([AMTAR], [tar])
902
793
  m4_if([$1], [v7],
903
- [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
794
+ [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
904
795
  [m4_case([$1], [ustar],, [pax],,
905
796
  [m4_fatal([Unknown tar format])])
906
797
  AC_MSG_CHECKING([how to create a $1 tar archive])