posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / strcasestr
blobed7b327ec2d412aeeb45dbef9ea3a03176ab31da
1 Description:
2 strcasestr() function: efficient case-insensitive search for unibyte substring.
4 Files:
5 lib/strcasestr.c
7 Depends-on:
8 strcasestr-simple
10 configure.ac:
11 gl_FUNC_STRCASESTR
12 if test $HAVE_STRCASESTR = 0 || test $REPLACE_STRCASESTR = 1; then
13   AC_LIBOBJ([strcasestr])
14   gl_PREREQ_STRCASESTR
17 Makefile.am:
19 Include:
20 <string.h>
22 License:
23 LGPLv2+
25 Maintainer:
26 all