From: Arne Fitzenreiter Date: Mon, 27 Apr 2009 11:46:28 +0000 (+0200) Subject: Add presence check of automake for toolchain build X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1703eb679f5ebfec4ab334c7111ee603b2be2ae1;p=ipfire-3.x.git Add presence check of automake for toolchain build --- diff --git a/tools/make-check b/tools/make-check index f92566389..315caadea 100644 --- a/tools/make-check +++ b/tools/make-check @@ -79,6 +79,7 @@ check_toolchain() { check_common "GNU Texinfo" "4.8" "makeinfo --version | head -n1" 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_build() {