summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xTestScripts/cryptest-autotools.sh2
1 files changed, 1 insertions, 1 deletions
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