gnulib-tool.py: Regenerate aclocal.m4 before using 'autoconf -t ...'.
[gnulib.git] / modules / rbtreehash-list
blob574eabe76af5d39792f7386a41f00b933e254648
1 Description:
2 Sequential list data type implemented by a hash table with a binary tree.
4 Files:
5 lib/gl_rbtreehash_list.h
6 lib/gl_rbtreehash_list.c
7 lib/gl_anyhash1.h
8 lib/gl_anyhash2.h
9 lib/gl_anyhash_primes.h
10 lib/gl_anyrbtree_list1.h
11 lib/gl_anyrbtree_list2.h
12 lib/gl_anytree_list1.h
13 lib/gl_anytree_list2.h
14 lib/gl_anytreehash_list1.h
15 lib/gl_anytreehash_list2.h
17 Depends-on:
18 builtin-expect
19 list
20 rbtree-oset
21 stdint
22 xsize
24 configure.ac:
26 Makefile.am:
27 lib_SOURCES += gl_rbtreehash_list.h gl_rbtreehash_list.c gl_anyhash1.h gl_anyhash2.h gl_anyhash_primes.h gl_anyrbtree_list1.h gl_anyrbtree_list2.h gl_anytree_list1.h gl_anytree_list2.h gl_anytreehash_list1.h gl_anytreehash_list2.h
29 Include:
30 "gl_rbtreehash_list.h"
32 License:
33 GPL
35 Maintainer:
36 all