summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-05-19 02:26:44 -0400
committerJeffrey Walton <noloader@gmail.com>2019-05-19 02:26:44 -0400
commit8c99b1cd7592818072bc0882e9498e7c29402c5c (patch)
tree08da901ac6ffed8012915f4fdaad0e784edd3394
parentffb11da13b3cb4316e83a8eb581b84441c8e364e (diff)
downloadcryptopp-git-8c99b1cd7592818072bc0882e9498e7c29402c5c.tar.gz
Add call to automake in cryptest-automake.sh
-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