Hash :
914fe7e1
Author :
Date :
2021-11-27T00:33:24
gettext-h: use VLA test similar to regex * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Assuming GNULIB_NO_VLA, define if (defined __STDC_VERSION__ && 199901L <= __STDC_VERSION__ \ + && !defined __STDC_NO_VLA___), not if ((__GNUC__ >= 3 || __GNUG__ >= 2) && !defined __STRICT_ANSI__). This is more consistent with what the regex module does. * modules/gettext-h (Depends-on): Depend on vararrays, since lib/gettext.h uses __STDC_NO_VLA__.
Description:
Translate messages to user's native language if GNU gettext is also used.
Files:
lib/gettext.h
Depends-on:
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