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"