view modules/wcscoll @ 15145:c1fdb6ac2889

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.
author Bruno Haible <bruno@clisp.org>
date Sun, 22 May 2011 18:11:45 +0200
parents 13e6946b4e9a
children 1f14c6dd175d
line wrap: on
line source

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