Hash :
7c4cbf54
Author :
Date :
2025-02-12T23:43:21
gettext-h: Fix compilation error on native Windows. * modules/gettext-h (Depends-on): Add locale-h.
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