summaryrefslogtreecommitdiff
path: root/modules/gettext-h
blob: 72bdcb284d2c2e2409bfaab5309cc7e3a6d9e5c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Description:
Translate messages to user's native language if GNU gettext is also used.

Files:
lib/gettext.h

Depends-on:

configure.ac:
AC_SUBST([LIBINTL])
AC_SUBST([LTLIBINTL])

Makefile.am:
lib_SOURCES += gettext.h

Include:
"gettext.h"

Link:
$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise

License:
LGPLv2+

Maintainer:
all