verify: new macro 'assume'
[gnulib.git] / modules / nl_langinfo
1 Description:
2 nl_langinfo() function: query locale dependent information.
3
4 Files:
5 lib/nl_langinfo.c
6 m4/nl_langinfo.m4
7
8 Depends-on:
9 langinfo
10 localeconv      [test $HAVE_NL_LANGINFO = 0 || test $REPLACE_NL_LANGINFO = 1]
11
12 configure.ac:
13 gl_FUNC_NL_LANGINFO
14 if test $HAVE_NL_LANGINFO = 0 || test $REPLACE_NL_LANGINFO = 1; then
15   AC_LIBOBJ([nl_langinfo])
16 fi
17 gl_LANGINFO_MODULE_INDICATOR([nl_langinfo])
18
19 Makefile.am:
20
21 Include:
22 <langinfo.h>
23
24 License:
25 LGPLv2+
26
27 Maintainer:
28 Bruno Haible