summaryrefslogtreecommitdiff
path: root/modules/gettext-h
blob: 15e97e6dacbe756a0e39ed0b00641ac7f6c68c01 (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 the gettext module 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:
LGPL

Maintainer:
Bruno Haible