Hash :
ef8178c7
Author :
Date :
2011-05-21T16:24:11
nl_langinfo: Move AC_LIBOBJ invocations to module description. * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Move AC_LIBOBJ invocations from here... * modules/nl_langinfo (configure.ac): ... to here.
Description:
nl_langinfo() function: query locale dependent information.
Files:
lib/nl_langinfo.c
m4/nl_langinfo.m4
Depends-on:
langinfo
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:
Bruno Haible