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
Avoid "warning: The macro `AC_DECL_SYS_SIGLIST' is obsolete".
[gnulib.git]
/
modules
/
strfmon_l
blob
62f665fcdcd3767f8ae41f6bbbab69406a097fe7
1
Description:
2
strfmon_l() function: formatted conversion of monetary value to string.
3
4
Files:
5
lib/strfmon_l.c
6
m4/strfmon_l.m4
7
m4/locale-fr.m4
8
m4/codeset.m4
9
10
Depends-on:
11
monetary
12
extensions
13
stdbool [test $REPLACE_STRFMON_L = 1]
14
15
configure.ac:
16
gl_FUNC_STRFMON_L
17
if test $REPLACE_STRFMON_L = 1; then
18
AC_LIBOBJ([strfmon_l])
19
gl_PREREQ_STRFMON_L
20
fi
21
gl_MONETARY_MODULE_INDICATOR([strfmon_l])
22
23
Makefile.am:
24
25
Include:
26
#if HAVE_MONETARY_H
27
<monetary.h>
28
#endif
29
30
License:
31
LGPLv2+
32
33
Maintainer:
34
all