Add test for automake in cryptest-autotools.sh

pull/853/head
Jeffrey Walton 2019-05-19 21:46:36 -04:00
parent e0b60439bf
commit 122529ed4a
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 4 additions and 0 deletions

View File

@ -79,6 +79,10 @@ if [[ -z "$LIBTOOLIZE" ]]; then
echo "Cannot find libtoolize. Things may fail."
fi
if [[ -z $(command -v automake) ]]; then
echo "Cannot find automake. Things may fail."
fi
if [[ -z $(command -v autoreconf) ]]; then
echo "Cannot find autoreconf. Things may fail."
fi