1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Files
gnulib/modules/wcscoll
Bruno Haible 978552f6a1 wcscoll: Move AC_LIBOBJ invocations to module description.
* m4/wcscoll.m4 (gl_FUNC_WCSCOLL): Move AC_LIBOBJ invocation from
here...
* modules/wcscoll (configure.ac): ... to here.
2011-06-16 00:07:07 +02:00

35 lines
411 B
Plaintext

Description:
wcscoll() function: compare two wide strings using the current locale.
Status:
obsolete
Notice:
This module is obsolete.
Files:
lib/wcscoll.c
lib/wcscoll-impl.h
m4/wcscoll.m4
Depends-on:
wchar
configure.ac:
gl_FUNC_WCSCOLL
if test $HAVE_WCSCOLL = 0; then
AC_LIBOBJ([wcscoll])
fi
gl_WCHAR_MODULE_INDICATOR([wcscoll])
Makefile.am:
Include:
<wchar.h>
License:
LGPL
Maintainer:
Bruno Haible