log10l: Work around inaccurate implementation on NetBSD.
[gnulib.git] / modules / unilbrk / base
blob693fe8e9a9a39f5b668ef7cb2edd821075053734
1 Description:
2 Base layer for line breaking.
4 Files:
5 lib/unilbrk.in.h
6 m4/libunistring-base.m4
8 Depends-on:
9 unitypes
10 localcharset
12 configure.ac:
13 gl_LIBUNISTRING_LIBHEADER([0.9.4], [unilbrk.h])
15 Makefile.am:
16 BUILT_SOURCES += $(LIBUNISTRING_UNILBRK_H)
18 unilbrk.h: unilbrk.in.h
19         $(AM_V_GEN)rm -f $@-t $@ && \
20         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
21           cat $(srcdir)/unilbrk.in.h; \
22         } > $@-t && \
23         mv -f $@-t $@
24 MOSTLYCLEANFILES += unilbrk.h unilbrk.h-t
26 Include:
27 "unilbrk.h"
29 License:
30 LGPLv3+ or GPLv2
32 Maintainer:
33 all