repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git]
/
modules
/
unistr
/
u8-strdup
blob
598adbb10d9a124d5f0f9db6257e6cdafaca6738
1
Description:
2
Copy UTF-8 string.
3
4
Files:
5
lib/unistr/u8-strdup.c
6
7
Depends-on:
8
unistr/base
9
10
configure.ac:
11
AC_CHECK_FUNCS_ONCE([strdup])
12
gl_LIBUNISTRING_MODULE([0.9], [unistr/u8-strdup])
13
14
Makefile.am:
15
if LIBUNISTRING_COMPILE_UNISTR_U8_STRDUP
16
lib_SOURCES += unistr/u8-strdup.c
17
endif
18
19
Include:
20
"unistr.h"
21
22
License:
23
LGPLv3+ or GPLv2
24
25
Maintainer:
26
all