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_.
This commit is contained in:
Fabian Homborg 2018-04-10 21:56:37 +02:00
parent 60c4a66c57
commit 14d59c53f6

View file

@ -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