From ffb11da13b3cb4316e83a8eb581b84441c8e364e Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 19 May 2019 02:19:47 -0400 Subject: [PATCH] Add call to automake in cryptest-automake.sh --- TestScripts/cryptest-autotools.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TestScripts/cryptest-autotools.sh b/TestScripts/cryptest-autotools.sh index b8e9e7db..605d4ffb 100755 --- a/TestScripts/cryptest-autotools.sh +++ b/TestScripts/cryptest-autotools.sh @@ -95,6 +95,9 @@ if ! "$LIBTOOLIZE" 2>/dev/null; then [[ "$0" = "${BASH_SOURCE[0]}" ]] && exit 1 || return 1 fi +echo "Running automake" +automake + # Run autoreconf twice on failure. Also see # https://github.com/tracebox/tracebox/issues/57 echo "Running autoreconf"