From 122529ed4ae00e0dbef70b11ad2914086fc28e72 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 19 May 2019 21:46:36 -0400 Subject: [PATCH] Add test for automake in cryptest-autotools.sh --- TestScripts/cryptest-autotools.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TestScripts/cryptest-autotools.sh b/TestScripts/cryptest-autotools.sh index 7bf183c0..9ed480ab 100755 --- a/TestScripts/cryptest-autotools.sh +++ b/TestScripts/cryptest-autotools.sh @@ -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