From 8c99b1cd7592818072bc0882e9498e7c29402c5c Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 19 May 2019 02:26:44 -0400 Subject: [PATCH] Add call to automake in cryptest-automake.sh --- TestScripts/cryptest-autotools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TestScripts/cryptest-autotools.sh b/TestScripts/cryptest-autotools.sh index 605d4ffb..7bf183c0 100755 --- a/TestScripts/cryptest-autotools.sh +++ b/TestScripts/cryptest-autotools.sh @@ -96,7 +96,7 @@ if ! "$LIBTOOLIZE" 2>/dev/null; then fi echo "Running automake" -automake +automake automake --add-missing # Run autoreconf twice on failure. Also see # https://github.com/tracebox/tracebox/issues/57