log10l: Work around inaccurate implementation on NetBSD.
[gnulib.git] / modules / uniwbrk / base
blob82ca4cbbceb2abdf0d6df74a65542f08d0f5221f
1 Description:
2 Base layer for word breaks.
4 Files:
5 lib/uniwbrk.in.h
6 m4/libunistring-base.m4
8 Depends-on:
9 unitypes
11 configure.ac:
12 gl_LIBUNISTRING_LIBHEADER([0.9.4], [uniwbrk.h])
14 Makefile.am:
15 BUILT_SOURCES += $(LIBUNISTRING_UNIWBRK_H)
17 uniwbrk.h: uniwbrk.in.h
18         $(AM_V_GEN)rm -f $@-t $@ && \
19         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
20           cat $(srcdir)/uniwbrk.in.h; \
21         } > $@-t && \
22         mv -f $@-t $@
23 MOSTLYCLEANFILES += uniwbrk.h uniwbrk.h-t
25 Include:
26 "uniwbrk.h"
28 License:
29 LGPLv3+ or GPLv2
31 Maintainer:
32 all