warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / wcsstr
blobf976392e0a37146a92c266370aa67f96bb68d2e4
1 Description:
2 wcsstr() function: locate a substring in a wide string.
4 Files:
5 lib/wcsstr.c
6 lib/wcsstr-impl.h
7 m4/wcsstr.m4
9 Depends-on:
10 wchar
11 wcschr          [test $HAVE_WCSSTR = 0]
13 configure.ac:
14 gl_FUNC_WCSSTR
15 if test $HAVE_WCSSTR = 0; then
16   AC_LIBOBJ([wcsstr])
18 gl_WCHAR_MODULE_INDICATOR([wcsstr])
20 Makefile.am:
22 Include:
23 <wchar.h>
25 License:
26 LGPL
28 Maintainer:
29 all