1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Files
gnulib/modules/gettext-h
2007-07-13 01:29:04 +00:00

27 lines
359 B
Plaintext

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