From: Arne Fitzenreiter Date: Tue, 7 Apr 2009 11:33:10 +0000 (+0200) Subject: Add presence check of libtool for toolchain build X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4644a928ea7ef7f74dd4cf775924c089ce447a1;p=ipfire-3.x.git Add presence check of libtool for toolchain build --- diff --git a/tools/make-check b/tools/make-check index d49d6cb1f..f92566389 100644 --- a/tools/make-check +++ b/tools/make-check @@ -78,6 +78,7 @@ check_toolchain() { check_common "GNU tar" "1.14" "tar --version | head -n1" 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_build() {