Hash :
4cfc2d2d
Author :
Date :
2016-01-25T11:07:33
gettext: mark as obsolete Suggested by Paul Eggert in: https://lists.gnu.org/archive/html/bug-gnulib/2016-01/msg00101.html * modules/gettext (Status): Mark as obsolete. (Notice): Suggest to use 'gettext-h' instead. * modules/gettext-h (Description): Suggest GNU gettext, instead of the 'gettext' module.
Description:
Translate messages to user's native language if GNU gettext 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:
all