mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
29 lines
362 B
Plaintext
29 lines
362 B
Plaintext
Description:
|
|
Translate messages to user's native language if GNU gettext is also used.
|
|
|
|
Files:
|
|
lib/gettext.h
|
|
|
|
Depends-on:
|
|
locale-h
|
|
vararrays
|
|
|
|
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
|