verify: new macro 'assume'
[gnulib.git] / modules / gettext-h
1 Description:
2 Translate messages to user's native language if the gettext module is also used.
3
4 Files:
5 lib/gettext.h
6
7 Depends-on:
8
9 configure.ac:
10 AC_SUBST([LIBINTL])
11 AC_SUBST([LTLIBINTL])
12
13 Makefile.am:
14 lib_SOURCES += gettext.h
15
16 Include:
17 "gettext.h"
18
19 Link:
20 $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
21
22 License:
23 LGPLv2+
24
25 Maintainer:
26 Bruno Haible