view modules/gettext-h @ 40186:8964917f9574

autoupdate
author Karl Berry <karl@freefriends.org>
date Mon, 18 Feb 2019 08:02:49 -0800
parents b5800f8c8973
children
line wrap: on
line source

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