1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/gettext-h
Bruno Haible 7c4cbf54ed gettext-h: Fix compilation error on native Windows.
* modules/gettext-h (Depends-on): Add locale-h.
2025-02-12 23:43:21 +01:00

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