mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-16 01:22:18 +03:00
* modules/libunistring: (License): Change from LGPL to "LGPLv3+ or GPLv2". * modules/libunistring-optional: Likewise. * modules/unicase/*: Likewise. * modules/uniconv/*: Likewise. * modules/unictype/*: Likewise. * modules/unigbrk/*: Likewise. * modules/unilbrk/*: Likewise. * modules/uniname/*: Likewise. * modules/uninorm/*: Likewise. * modules/unistdio/*: Likewise. * modules/unistr/*: Likewise. * modules/uniwbrk/*: Likewise. * modules/uniwidth/*: Likewise.
34 lines
556 B
Plaintext
34 lines
556 B
Plaintext
Description:
|
|
Base layer for grapheme cluster breaking.
|
|
|
|
Files:
|
|
lib/unigbrk.in.h
|
|
m4/libunistring-base.m4
|
|
|
|
Depends-on:
|
|
unitypes
|
|
stdbool
|
|
|
|
configure.ac:
|
|
gl_LIBUNISTRING_LIBHEADER([0.9.4], [unigbrk.h])
|
|
|
|
Makefile.am:
|
|
BUILT_SOURCES += $(LIBUNISTRING_UNIGBRK_H)
|
|
|
|
unigbrk.h: unigbrk.in.h
|
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
|
cat $(srcdir)/unigbrk.in.h; \
|
|
} > $@-t && \
|
|
mv -f $@-t $@
|
|
MOSTLYCLEANFILES += unigbrk.h unigbrk.h-t
|
|
|
|
Include:
|
|
"unigbrk.h"
|
|
|
|
License:
|
|
LGPLv3+ or GPLv2
|
|
|
|
Maintainer:
|
|
Ben Pfaff, Daiki Ueno
|