]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Add msgfmt dependency check for toolchain build.
authorArne Fitzenreiter <arne_f@ipfire.org>
Thu, 30 Jul 2009 09:22:33 +0000 (11:22 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Thu, 30 Jul 2009 09:22:33 +0000 (11:22 +0200)
tools/make-check

index 556212c0a8d0983d319b8d1195fddf0d685c0ef1..9e722f5b9ce2b3dde440c0d6e808b24669412e7a 100644 (file)
@@ -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() {