warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / rbtree-list
blob6ce5dd827702edfc3e7285a0abbf5c667e063cdc
1 Description:
2 Sequential list data type implemented by a binary tree.
4 Files:
5 lib/gl_rbtree_list.h
6 lib/gl_rbtree_list.c
7 lib/gl_anyrbtree_list1.h
8 lib/gl_anyrbtree_list2.h
9 lib/gl_anytree_list1.h
10 lib/gl_anytree_list2.h
12 Depends-on:
13 list
15 configure.ac:
17 Makefile.am:
18 lib_SOURCES += gl_rbtree_list.h gl_rbtree_list.c gl_anyrbtree_list1.h gl_anyrbtree_list2.h gl_anytree_list1.h gl_anytree_list2.h
20 Include:
21 "gl_rbtree_list.h"
23 License:
24 GPL
26 Maintainer:
27 all