view modules/gettext-h @ 40244:c39a0edd90d7

fts: minor simplification * lib/fts.c (fts_safe_changedir): Remove redundant assignment.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 17 Mar 2019 12:39:50 -0700
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