Mercurial > hg > octave-shane > gnulib-hg
annotate modules/rpmatch @ 13922:120aa31e498d
* build-aux/gendocs.sh: restore x bit
author | Eric Blake <eblake@redhat.com> |
---|---|
date | Fri, 10 Dec 2010 09:40:08 -0700 |
parents | fdacdce28472 |
children | efab6978105e |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 Locale dependent classification of a response as matching "yes" or "no". |
4110 | 3 |
4 Files: | |
5 lib/rpmatch.c | |
6 m4/rpmatch.m4 | |
7 | |
8 Depends-on: | |
10001 | 9 stdlib |
10 extensions | |
10000
8095c13f76df
Change rpmatch to use nl_langinfo when appropriate.
Bruno Haible <bruno@clisp.org>
parents:
7497
diff
changeset
|
11 stdbool |
5965
cd3c62f1332e
Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5251
diff
changeset
|
12 gettext-h |
4110 | 13 regex |
10139 | 14 strdup |
4110 | 15 |
16 configure.ac: | |
17 gl_FUNC_RPMATCH | |
10001 | 18 gl_STDLIB_MODULE_INDICATOR([rpmatch]) |
4110 | 19 |
20 Makefile.am: | |
21 | |
22 Include: | |
10001 | 23 <stdlib.h> |
4110 | 24 |
13906
fdacdce28472
regex: Mention link dependencies.
Bruno Haible <bruno@clisp.org>
parents:
10139
diff
changeset
|
25 Link: |
fdacdce28472
regex: Mention link dependencies.
Bruno Haible <bruno@clisp.org>
parents:
10139
diff
changeset
|
26 $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise |
fdacdce28472
regex: Mention link dependencies.
Bruno Haible <bruno@clisp.org>
parents:
10139
diff
changeset
|
27 |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
28 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
29 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
30 |
4197 | 31 Maintainer: |
32 Jim Meyering | |
33 |