[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [msmtp-users] gettext error compiling from git II



Hi!

On Sun, 30 Nov 2014 16:58:23 +0000, rochet wrote:
> *** error: gettext infrastructure mismatch: using a Makefile.in.in
> from gettext version 0.19 but the autoconf macros are from gettext
> version 0.18

Edit po/Makefile.in.in and set GETTEXT_MACRO_VERSION to 0.18.

This issue will go away when all relevant systems updated their gettext
version to 0.19.

I have no idea why this incompability was introduced by gettext or why
there is no clean way to update without having this kind of trouble.

Martin