doc: Mention backtrace functions supported on BSD.
[gnulib.git] / modules / propername
blob7384881d8911c12503bb2423d3d177b4be94d350
1 Description:
2 Localization of proper names.
4 Files:
5 lib/propername.h
6 lib/propername.c
8 Depends-on:
9 c32isalnum
10 stdbool
11 trim
12 mbsstr
13 mbchar
14 mbuiter
15 iconv
16 localcharset
17 c-strcase
18 xstriconv
19 xalloc
20 gettext-h
22 configure.ac:
23 m4_ifdef([AM_XGETTEXT_OPTION],
24   [AM_][XGETTEXT_OPTION([--keyword='proper_name:1,\"This is a proper name. See the gettext manual, section Names.\"'])
25    AM_][XGETTEXT_OPTION([--keyword='proper_name_utf8:1,\"This is a proper name. See the gettext manual, section Names.\"'])])
27 Makefile.am:
28 lib_SOURCES += propername.h propername.c
30 Include:
31 "propername.h"
33 Link:
34 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
35 $(MBRTOWC_LIB)
36 $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
38 License:
39 GPL
41 Maintainer:
42 all