summaryrefslogtreecommitdiff
path: root/modules/gettext-h
blob: a0036d09c4c2858946cb2e5403004369e427301c (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
27
Description:
Translate messages to user's native language if GNU gettext is also used.

Files:
lib/gettext.h

Depends-on:
vararrays

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