posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / strfmon_l
blob62f665fcdcd3767f8ae41f6bbbab69406a097fe7
1 Description:
2 strfmon_l() function: formatted conversion of monetary value to string.
4 Files:
5 lib/strfmon_l.c
6 m4/strfmon_l.m4
7 m4/locale-fr.m4
8 m4/codeset.m4
10 Depends-on:
11 monetary
12 extensions
13 stdbool         [test $REPLACE_STRFMON_L = 1]
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
21 gl_MONETARY_MODULE_INDICATOR([strfmon_l])
23 Makefile.am:
25 Include:
26 #if HAVE_MONETARY_H
27 <monetary.h>
28 #endif
30 License:
31 LGPLv2+
33 Maintainer:
34 all