install-reloc: Support multi-binary installation.
[gnulib.git] / modules / unistr / u8-stpcpy
1 Description:
2 Copy UTF-8 string.
3
4 Files:
5 lib/unistr/u8-stpcpy.c
6 lib/unistr/u-stpcpy.h
7
8 Depends-on:
9 unistr/base
10
11 configure.ac:
12 AC_CHECK_FUNCS_ONCE([stpcpy])
13 gl_LIBUNISTRING_MODULE([0.9], [unistr/u8-stpcpy])
14
15 Makefile.am:
16 if LIBUNISTRING_COMPILE_UNISTR_U8_STPCPY
17 lib_SOURCES += unistr/u8-stpcpy.c
18 endif
19
20 Include:
21 "unistr.h"
22
23 License:
24 LGPL
25
26 Maintainer:
27 Bruno Haible
28