warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / strcasestr
blob82fc67f33f35f38e6f9b94174b5f09ee9755483d
1 Description:
2 strcasestr() function: efficient case-insensitive search for unibyte substring.
4 Files:
6 Depends-on:
7 strcasestr-simple
9 configure.ac:
10 gl_FUNC_STRCASESTR
11 if test $HAVE_STRCASESTR = 0 || test $REPLACE_STRCASESTR = 1; then
12   AC_LIBOBJ([strcasestr])
13   gl_PREREQ_STRCASESTR
16 Makefile.am:
18 Include:
19 <string.h>
21 License:
22 LGPLv2+
24 Maintainer:
25 all