Mercurial > hg > octave-kai > gnulib-hg
view modules/tsearch @ 15130:34dd4b9c2452
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.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 22 May 2011 17:08:59 +0200 |
parents | 11f6a87d953a |
children |
line wrap: on
line source
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