pty: Activate the signature wrapper of forkpty.
[gnulib.git] / modules / propername
1 Description:
2 Localization of proper names.
3
4 Notice:
5 If you are using GNU gettext version 0.16.1 or older, add the following options
6 to XGETTEXT_OPTIONS in your po/Makevars:
7   --keyword='proper_name:1,"This is a proper name. See the gettext manual, section Names."'
8   --keyword='proper_name_utf8:1,"This is a proper name. See the gettext manual, section Names."'
9
10 Files:
11 lib/propername.h
12 lib/propername.c
13
14 Depends-on:
15 stdbool
16 trim
17 mbsstr
18 mbchar
19 mbuiter
20 iconv
21 localcharset
22 c-strcase
23 xstriconv
24 xalloc
25 gettext-h
26
27 configure.ac:
28 m4_ifdef([AM_XGETTEXT_OPTION],
29   [AM_][XGETTEXT_OPTION([--keyword='proper_name:1,\"This is a proper name. See the gettext manual, section Names.\"'])
30    AM_][XGETTEXT_OPTION([--keyword='proper_name_utf8:1,\"This is a proper name. See the gettext manual, section Names.\"'])])
31
32 Makefile.am:
33 lib_SOURCES += propername.h propername.c
34
35 Include:
36 "propername.h"
37
38 Link:
39 $(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
40
41 License:
42 GPL
43
44 Maintainer:
45 Bruno Haible
46