view modules/mbtowc @ 15034:ff93e063e5cb

mbtowc: Move AC_LIBOBJ invocations to module description. * m4/mbtowc.m4 (gl_FUNC_MBTOWC): Move AC_LIBOBJ and gl_PREREQ_MBTOWC invocations from here... * modules/mbtowc (configure.ac): ... to here.
author Bruno Haible <bruno@clisp.org>
date Sat, 21 May 2011 14:27:19 +0200
parents efab6978105e
children 1f14c6dd175d
line wrap: on
line source

Description:
mbtowc() function: convert multibyte character to wide character.

Files:
lib/mbtowc.c
lib/mbtowc-impl.h
m4/mbtowc.m4

Depends-on:
stdlib
mbrtowc         [test $REPLACE_MBTOWC = 1]
wchar           [test $REPLACE_MBTOWC = 1]

configure.ac:
gl_FUNC_MBTOWC
if test $REPLACE_MBTOWC = 1; then
  AC_LIBOBJ([mbtowc])
  gl_PREREQ_MBTOWC
fi
gl_STDLIB_MODULE_INDICATOR([mbtowc])

Makefile.am:

Include:
<stdlib.h>

License:
LGPLv2+

Maintainer:
Bruno Haible