install-reloc: Support multi-binary installation.
[gnulib.git] / modules / unistr / base
1 Description:
2 Base layer for elementary Unicode string functions.
3
4 Files:
5 lib/unistr.in.h
6 m4/libunistring-base.m4
7
8 Depends-on:
9 unitypes
10 snippet/unused-parameter
11 stdbool
12 inline
13
14 configure.ac:
15 gl_LIBUNISTRING_LIBHEADER([0.9.2], [unistr.h])
16
17 Makefile.am:
18 BUILT_SOURCES += $(LIBUNISTRING_UNISTR_H)
19
20 unistr.h: unistr.in.h
21         $(AM_V_GEN)rm -f $@-t $@ && \
22         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
23           cat $(srcdir)/unistr.in.h; \
24         } > $@-t && \
25         mv -f $@-t $@
26 MOSTLYCLEANFILES += unistr.h unistr.h-t
27
28 Include:
29 "unistr.h"
30
31 License:
32 LGPLv2+
33
34 Maintainer:
35 Bruno Haible
36