Mercurial > hg > octave-nkf > gnulib-hg
view modules/unigbrk/u16-grapheme-breaks @ 15836:46afe93343fd
modf: Use a .m4 file.
* m4/modf.m4: New file.
* modules/modf (Files): Add it.
(configure.ac): Just invoke gl_FUNC_MODF.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 06 Oct 2011 01:21:12 +0200 |
parents | bf75753bb6d8 |
children | 1f14c6dd175d |
line wrap: on
line source
Description: Find grapheme cluster breaks in UTF-16 string. Files: lib/unigbrk/u16-grapheme-breaks.c tests/macros.h Depends-on: unigbrk/uc-is-grapheme-break unistr/u16-mbtouc configure.ac: gl_MODULE_INDICATOR([unigbrk/u16-grapheme-breaks]) gl_LIBUNISTRING_MODULE([0.9.4], [unigbrk/u16-grapheme-breaks]) Makefile.am: if LIBUNISTRING_COMPILE_UNIGBRK_U16_GRAPHEME_BREAKS lib_SOURCES += unigbrk/u16-grapheme-breaks.c endif Include: "unigbrk.h" License: LGPL Maintainer: Ben Pfaff, Bruno Haible