From c917182775acebe8d653c692b9f2b26ca2b5e831 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 3 Sep 2019 10:24:42 +0200 Subject: Fix the error if have a newer version of gettext. error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.19 but the autoconf macros are from gettext version 0.20 --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 57559e3..a9600c5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,7 @@ SUBDIRS = po abstract desktop nature +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} + dist-hook: @if test -d "$(srcdir)/.git"; \ then \ -- cgit v1.2.1