warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / wcsncasecmp
bloba0cbe9a8a835f6fdaced790f335be6a32644bc2c
1 Description:
2 wcsncasecmp() function: compare two wide strings ignoring case.
4 Files:
5 lib/wcsncasecmp.c
6 lib/wcsncasecmp-impl.h
7 m4/wcsncasecmp.m4
9 Depends-on:
10 wchar
11 wctype-h        [test $HAVE_WCSNCASECMP = 0]
13 configure.ac:
14 gl_FUNC_WCSNCASECMP
15 if test $HAVE_WCSNCASECMP = 0; then
16   AC_LIBOBJ([wcsncasecmp])
18 gl_WCHAR_MODULE_INDICATOR([wcsncasecmp])
20 Makefile.am:
22 Include:
23 <wchar.h>
25 License:
26 LGPL
28 Maintainer:
29 all