posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / wcsxfrm
blobc57a821af8c9a1975bc3c37c937a297c4faecfb7
1 Description:
2 wcsxfrm() function: transform wide string for comparison using the current
3 locale.
5 Files:
6 lib/wcsxfrm.c
7 lib/wcsxfrm-impl.h
8 m4/wcsxfrm.m4
10 Depends-on:
11 wchar
13 configure.ac:
14 gl_FUNC_WCSXFRM
15 if test $HAVE_WCSXFRM = 0; then
16   AC_LIBOBJ([wcsxfrm])
18 gl_WCHAR_MODULE_INDICATOR([wcsxfrm])
20 Makefile.am:
22 Include:
23 <wchar.h>
25 License:
26 LGPL
28 Maintainer:
29 all