warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / strstr
blob49367614dfe6f2b63a27253d711b3b005fd78bbf
1 Description:
2 strstr() function: efficiently locate first substring in a buffer.
4 Files:
6 Depends-on:
7 strstr-simple
9 configure.ac:
10 gl_FUNC_STRSTR
11 if test $REPLACE_STRSTR = 1; then
12   AC_LIBOBJ([strstr])
15 Makefile.am:
17 Include:
18 <string.h>
20 License:
21 LGPLv2+
23 Maintainer:
24 all, Eric Blake