Bump to 1.14.1
[platform/upstream/augeas.git] / modules / unilbrk / base
1 Description:
2 Base layer for line breaking.
3
4 Files:
5 lib/unilbrk.in.h
6 m4/libunistring-base.m4
7
8 Depends-on:
9 unitypes
10 localcharset
11
12 configure.ac:
13 gl_LIBUNISTRING_LIBHEADER([0.9.4], [unilbrk.h])
14
15 Makefile.am:
16 BUILT_SOURCES += $(LIBUNISTRING_UNILBRK_H)
17
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
25
26 Include:
27 "unilbrk.h"
28
29 License:
30 LGPL
31
32 Maintainer:
33 Daiki Ueno