view modules/unilbrk/u8-possible-linebreaks @ 15042:8e387f7f0bf9

memrchr: Move AC_LIBOBJ invocations to module description. * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Call AC_CHECK_FUNCS instead of AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_MEMRCHR invocations from here... * modules/memrchr (configure.ac): ... to here.
author Bruno Haible <bruno@clisp.org>
date Sat, 21 May 2011 15:25:34 +0200
parents c5273d4d49b3
children
line wrap: on
line source

Description:
Line breaking of UTF-8 strings.

Files:
lib/unilbrk/u8-possible-linebreaks.c
lib/uniwidth/cjk.h

Depends-on:
unilbrk/base
unilbrk/tables
unistr/u8-mbtouc-unsafe
streq

configure.ac:
gl_LIBUNISTRING_MODULE([0.9.4], [unilbrk/u8-possible-linebreaks])

Makefile.am:
if LIBUNISTRING_COMPILE_UNILBRK_U8_POSSIBLE_LINEBREAKS
lib_SOURCES += unilbrk/u8-possible-linebreaks.c
endif

Include:
"unilbrk.h"

License:
LGPL

Maintainer:
Bruno Haible