gnulib-tool.py: Regenerate aclocal.m4 before using 'autoconf -t ...'.
[gnulib.git] / modules / memmem-simple
blob71de887c39da6bb7c412f138648678f0c9af13f8
1 Description:
2 memmem() function: locate first substring in a buffer.
4 Files:
5 lib/str-two-way.h
6 lib/memmem.c
7 m4/memmem.m4
9 Depends-on:
10 builtin-expect
11 extensions
12 string
13 stdint
14 memchr
15 memcmp
17 configure.ac:
18 gl_FUNC_MEMMEM_SIMPLE
19 if test $HAVE_MEMMEM = 0 || test $REPLACE_MEMMEM = 1; then
20   AC_LIBOBJ([memmem])
22 gl_STRING_MODULE_INDICATOR([memmem])
24 Makefile.am:
26 Include:
27 <string.h>
29 License:
30 LGPLv2+
32 Maintainer:
33 libc, Eric Blake, Simon Josefsson