maint.mk: relax the default _gl_TS_function_match regexp
[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
11 configure.ac:
12 gl_FUNC_NL_LANGINFO
13 if test $HAVE_NL_LANGINFO = 0 || test $REPLACE_NL_LANGINFO = 1; then
14   AC_LIBOBJ([nl_langinfo])
15 fi
16 gl_LANGINFO_MODULE_INDICATOR([nl_langinfo])
17
18 Makefile.am:
19
20 Include:
21 <langinfo.h>
22
23 License:
24 LGPLv2+
25
26 Maintainer:
27 Bruno Haible