Document prerequisite for gnulib-tool.
[gnulib.git] / modules / memmem
blob08fce4f144a964878d9564e19ac22871e92ae92e
1 Description:
2 memmem() function: efficiently locate first substring in a buffer.
4 Files:
5 lib/memmem.c
7 Depends-on:
8 memmem-simple
10 configure.ac:
11 gl_FUNC_MEMMEM
12 if test $HAVE_MEMMEM = 0 || test $REPLACE_MEMMEM = 1; then
13   AC_LIBOBJ([memmem])
16 Makefile.am:
18 Include:
19 <string.h>
21 License:
22 LGPLv2+
24 Maintainer:
25 libc, Eric Blake