annotate modules/nl_langinfo @ 17476:6057744acd2c default tip master

autoupdate
author Karl Berry <karl@freefriends.org>
date Fri, 16 Aug 2013 06:32:22 -0700
parents 7dbecbf765a8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12430
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 nl_langinfo() function: query locale dependent information.
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/nl_langinfo.c
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 m4/nl_langinfo.m4
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 langinfo
16720
7dbecbf765a8 New module 'localeconv'.
Bruno Haible <bruno@clisp.org>
parents: 15056
diff changeset
10 localeconv [test $HAVE_NL_LANGINFO = 0 || test $REPLACE_NL_LANGINFO = 1]
12430
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 configure.ac:
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 gl_FUNC_NL_LANGINFO
15056
56a24b726e1d nl_langinfo: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 12764
diff changeset
14 if test $HAVE_NL_LANGINFO = 0 || test $REPLACE_NL_LANGINFO = 1; then
56a24b726e1d nl_langinfo: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 12764
diff changeset
15 AC_LIBOBJ([nl_langinfo])
56a24b726e1d nl_langinfo: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 12764
diff changeset
16 fi
12430
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 gl_LANGINFO_MODULE_INDICATOR([nl_langinfo])
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 Makefile.am:
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 Include:
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 <langinfo.h>
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 License:
12764
602d53045ee7 langinfo, nl_langinfo: Relicense under LGPLv2+.
Bruno Haible <bruno@clisp.org>
parents: 12430
diff changeset
25 LGPLv2+
12430
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 Maintainer:
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 Bruno Haible