]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Add presence check of libtool for toolchain build
authorArne Fitzenreiter <arne_f@ipfire.org>
Tue, 7 Apr 2009 11:33:10 +0000 (13:33 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 7 Apr 2009 11:33:10 +0000 (13:33 +0200)
tools/make-check

index d49d6cb1f318756a6f25ba4cd25e9590c460e2bf..f92566389ac88fcb6d09386661c5c83b943fbe86 100644 (file)
@@ -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() {