2 Localization of proper names.
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."'
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.\"'])])
33 lib_SOURCES += propername.h propername.c
39 $(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise