warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / gettext-h
blob72bdcb284d2c2e2409bfaab5309cc7e3a6d9e5c2
1 Description:
2 Translate messages to user's native language if GNU gettext is also used.
4 Files:
5 lib/gettext.h
7 Depends-on:
9 configure.ac:
10 AC_SUBST([LIBINTL])
11 AC_SUBST([LTLIBINTL])
13 Makefile.am:
14 lib_SOURCES += gettext.h
16 Include:
17 "gettext.h"
19 Link:
20 $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
22 License:
23 LGPLv2+
25 Maintainer:
26 all