From: Arne Fitzenreiter Date: Thu, 30 Jul 2009 09:22:33 +0000 (+0200) Subject: Add msgfmt dependency check for toolchain build. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f359f798ded257d7d7b6e4a0fba7d997d7ebf1a9;p=ipfire-3.x.git Add msgfmt dependency check for toolchain build. --- diff --git a/tools/make-check b/tools/make-check index 556212c0a..9e722f5b9 100644 --- a/tools/make-check +++ b/tools/make-check @@ -80,6 +80,7 @@ check_toolchain() { check_common "GNU m4" "1.4.8" "m4 --version | head -n1" check_common "GNU libtool" "libtool --version | head -n1" check_common "GNU automake" "automake --version | head -n1" + check_common "GNU gettext-tools: msgfmt" "msgfmt --version | head -n1" } check_build() {