blob: aeeec095ac03a86c9c5f93913b882dd01308bba1 [file] [log] [blame]
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]
setlocale-null [test $HAVE_NL_LANGINFO = 0 || test $HAVE_LANGINFO_CODESET = 0]
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