gnulib-tool.py: Regenerate aclocal.m4 before using 'autoconf -t ...'.
[gnulib.git] / modules / strstr-simple
blobbd52b17310c099b913deff27ef59949659e16b77
1 Description:
2 strstr() function: locate first substring in a buffer.
4 Files:
5 lib/str-two-way.h
6 lib/strstr.c
7 m4/strstr.m4
9 Depends-on:
10 string
11 builtin-expect  [test $REPLACE_STRSTR = 1]
12 stdbool         [test $REPLACE_STRSTR = 1]
13 memchr          [test $REPLACE_STRSTR = 1]
14 memcmp          [test $REPLACE_STRSTR = 1]
16 configure.ac:
17 gl_FUNC_STRSTR_SIMPLE
18 if test $REPLACE_STRSTR = 1; then
19   AC_LIBOBJ([strstr])
21 gl_STRING_MODULE_INDICATOR([strstr])
23 Makefile.am:
25 Include:
26 <string.h>
28 License:
29 LGPLv2+
31 Maintainer:
32 all, Eric Blake