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