unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / strfmon_l
blob31dafe748dfe9407afcd56476f73a9ad6be29fc5
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 gl_CONDITIONAL([GL_COND_OBJ_STRFMON_L], [test $REPLACE_STRFMON_L = 1])
18 AM_COND_IF([GL_COND_OBJ_STRFMON_L], [
19   gl_PREREQ_STRFMON_L
21 gl_MONETARY_MODULE_INDICATOR([strfmon_l])
23 Makefile.am:
24 if GL_COND_OBJ_STRFMON_L
25 lib_SOURCES += strfmon_l.c
26 endif
28 Include:
29 #if HAVE_MONETARY_H
30 <monetary.h>
31 #endif
33 License:
34 LGPLv2+
36 Maintainer:
37 all