warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / wcscoll
blob1c2edb69b1d891b96c9302e7070d075ca7c8b1f4
1 Description:
2 wcscoll() function: compare two wide strings using the current locale.
4 Status:
5 obsolete
7 Notice:
8 This module is obsolete.
10 Files:
11 lib/wcscoll.c
12 lib/wcscoll-impl.h
13 m4/wcscoll.m4
15 Depends-on:
16 wchar
18 configure.ac:
19 gl_FUNC_WCSCOLL
20 if test $HAVE_WCSCOLL = 0; then
21   AC_LIBOBJ([wcscoll])
23 gl_WCHAR_MODULE_INDICATOR([wcscoll])
25 Makefile.am:
27 Include:
28 <wchar.h>
30 License:
31 LGPL
33 Maintainer:
34 all