configure: add check for the program "msgfmt" when i18n is requested
commitb944a4beb2b5d083395f460f1f7b0f22e8203b62
authorChristophe CURIS <christophe.curis@free.fr>
Tue, 20 Jan 2015 21:03:58 +0000 (20 22:03 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Tue, 20 Jan 2015 21:29:24 +0000 (20 21:29 +0000)
tree35ac27be22ce4accf74806c7095f1faaa5945bfa
parent2cfb2b5276825cc5196ee7ead53d1b976f9d8478
configure: add check for the program "msgfmt" when i18n is requested

The program may not be installed because it is not needed for non-dev
activities, so it is better to check at the beginning than to let the
compilation fail later. The check is done only if the user has specified
that he wants to install translations.

Took the opportunity to make the generation of "mo" file follow the silent
rules in Makefiles if user enabled them.

Signed-off-by: Christophe <curis@Ares.blacknet.hell>
WINGs/po/Makefile.am
WPrefs.app/po/Makefile.am
m4/wm_i18n.m4
po/Makefile.am
util/po/Makefile.am