af_alg: minor style improvements
[gnulib.git] / modules / strfmon_l
blob42a4c96221e5c057d1c5add5c23646a1a754e44c
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
8 Depends-on:
9 monetary
10 extensions
12 configure.ac:
13 gl_FUNC_STRFMON_L
14 if test $REPLACE_STRFMON_L = 1; then
15   AC_LIBOBJ([strfmon_l])
16   gl_PREREQ_STRFMON_L
18 gl_MONETARY_MODULE_INDICATOR([strfmon_l])
20 Makefile.am:
22 Include:
23 #if HAVE_MONETARY_H
24 <monetary.h>
25 #endif
27 License:
28 LGPLv2+
30 Maintainer:
31 all