1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/tsearch
Bruno Haible b3ea28bfac tsearch: Move AC_LIBOBJ invocations to module description.
* m4/tsearch.m4 (gl_FUNC_TSEARCH): Move AC_LIBOBJ and gl_PREREQ_TSEARCH
invocations from here...
* modules/tsearch (configure.ac): ... to here.
2011-06-16 00:07:01 +02:00

30 lines
348 B
Plaintext

Description:
Binary tree data structure.
Files:
lib/tsearch.c
m4/tsearch.m4
Depends-on:
search
configure.ac:
gl_FUNC_TSEARCH
if test $HAVE_TSEARCH = 0 || test $REPLACE_TSEARCH = 1; then
AC_LIBOBJ([tsearch])
gl_PREREQ_TSEARCH
fi
gl_SEARCH_MODULE_INDICATOR([tsearch])
Makefile.am:
Include:
<search.h>
License:
LGPL
Maintainer:
all, glibc