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
Fix "warning: 'format' attribute argument not supported: rpl_printf".
[gnulib.git]
/
modules
/
iconv
blob
0e6dea2bf8161d05884e4021bb1cd871b68a8f70
1
Description:
2
Character set conversion.
3
4
Files:
5
m4/iconv.m4
6
7
Depends-on:
8
havelib
9
10
configure.ac:
11
AM_ICONV
12
m4_ifdef([gl_ICONV_MODULE_INDICATOR],
13
[gl_ICONV_MODULE_INDICATOR([iconv])])
14
15
Makefile.am:
16
17
Include:
18
#if HAVE_ICONV
19
# include <iconv.h>
20
#endif
21
22
Link:
23
$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
24
25
License:
26
LGPLv2+
27
28
Maintainer:
29
all