]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Add presence check of automake for toolchain build
authorArne Fitzenreiter <arne_f@ipfire.org>
Mon, 27 Apr 2009 11:46:28 +0000 (13:46 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 27 Apr 2009 11:46:28 +0000 (13:46 +0200)
tools/make-check

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