git-gui: Simplify MSGFMT setting in Makefile
commit7276607886e99fa3bb5f0ddadb9f0daeb3958d2d
authorJunio C Hamano <gitster@pobox.com>
Wed, 12 Mar 2008 05:29:52 +0000 (11 22:29 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 12 Mar 2008 05:48:32 +0000 (12 01:48 -0400)
tree5a812b470a61045c03d29b9ee205cd3ead8bdf2c
parent11027d544b4f6aed0b84111a2122224cd201a182
git-gui: Simplify MSGFMT setting in Makefile

To prepare msg files for Tcl scripts, the command that is set to MSGFMT
make variable needs to be able to grok "--tcl -l <lang> -d <here>" options
correctly.  This patch simplifies the tests done in git-gui's Makefile to
directly test this condition.  If the test run does not exit properly with
zero status (either because you do not have "msgfmt" itself, or your
"msgfmt" is too old to grok --tcl option --- the reason does not matter),
have it fall back to po/po2msg.sh

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Makefile