From 14d59c53f63075aa405551533ae9ac08dc9e25a9 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Tue, 10 Apr 2018 21:56:37 +0200 Subject: [PATCH] Stop using fuzzy translations in autotools build We've already stopped doing this for cmake, and as we've seen in issue #4847, it can cause _crashes_. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 53b2a6239..21e018dad 100644 --- a/Makefile.in +++ b/Makefile.in @@ -467,7 +467,7 @@ doc.h: $(HDR_FILES) # %.gmo: @echo " msgfmt $(em)$@$(sgr0)" - $v msgfmt --use-fuzzy -o $@ $*.po + $v msgfmt -o $@ $*.po # # Update existing po file or copy messages.pot