Mercurial > hg > octave-kai > gnulib-hg
view modules/uninorm/u32-normalize @ 14621:94f2b4a2e01c
inttypes-incomplete: new module
* m4/inttypes.m4 (gl_INTTYPES_INCOMPLETE): New macro, containing
all but the PRI* and SCN* parts of gl_INTTYPES_H.
(gl_INTTYPES_PRI_SCN): New macro, containing the PRI* and SCN* parts
of gl_INTTYPES_H.
(gl_INTTYPES_H): Rewrite in terms of these new macros.
(gl_INTTYPES_H_DEFAULTS): Provide defaults for the PRI* and SCN*
parts, in case gl_INTTYPE_PRI_SCN is not invoked.
* modules/imaxabs, modules/imaxdiv, modules/strtoimax (Depends-on):
* modules/strtoumax, modules/xstrtol (Depends-on):
Depend on inttypes-incomplete, not inttypes.
* modules/inttypes-incomplete: New module, containing the contents
of the old modules/inttypes module, except that the Files: section
omits m4/inttypes-pri.m4, and the configure.ac section invokes
gl_INTTYPES_INCOMPLETE rather than gl_INTTYPES_H.
* modules/inttypes (Files): Remove lib/inttypes.in.h, m4/inttypes.m4.
(Depends-on): Depend only on inttypes-incomplete.
(Makefile.am): Remove everything; this is now in inttypes-incomplete.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Mon, 25 Apr 2011 19:33:14 -0700 |
parents | aca88fcb0493 |
children |
line wrap: on
line source
Description: Normalization of UTF-32 strings. Files: lib/uninorm/u32-normalize.c lib/uninorm/normalize-internal.h lib/uninorm/u-normalize-internal.h Depends-on: uninorm/base unistr/u32-mbtouc-unsafe unistr/u32-uctomb unistr/u32-cpy unictype/combining-class uninorm/decompose-internal configure.ac: gl_MODULE_INDICATOR_FOR_TESTS([uninorm/u32-normalize]) gl_LIBUNISTRING_MODULE([0.9.4], [uninorm/u32-normalize]) Makefile.am: if LIBUNISTRING_COMPILE_UNINORM_U32_NORMALIZE lib_SOURCES += uninorm/u32-normalize.c endif Include: "uninorm.h" License: LGPLv2+ Maintainer: Bruno Haible