blob: a3dd23f9a73c9ad164c32d7db8e70c6d82e48298 (
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:
LGPLv2+
Maintainer:
Bruno Haible
|