Why autoreconf complains about missing AM_GNU_GETTEXT

2020-02-11 Thread Jan Palus
Hi, there are projects in the wild that provide only static content and translation domain. No executable code is attached and provided translation domain is utilized by other projects. One such example is mate-backgrounds. If I understand it correctly the only required macros in this case are AM_

Re: Why autoreconf complains about missing AM_GNU_GETTEXT

2020-02-11 Thread Nick Bowler
On 2020-02-11, Jan Palus wrote: > error "$configure_ac: AM_GNU_GETTEXT_VERSION is used, but not > AM_GNU_GETTEXT" > if $uses_gettext && ! $uses_gettext_via_traces; > > Mentioned AM_GNU_GETTEXT implies additional checks for C compiler, linker > and gettext symbols availability which are compl