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