Add call to automake in cryptest-automake.sh

pull/843/head
Jeffrey Walton 2019-05-19 02:26:44 -04:00
parent ffb11da13b
commit 8c99b1cd75
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ if ! "$LIBTOOLIZE" 2>/dev/null; then
fi fi
echo "Running automake" echo "Running automake"
automake automake automake --add-missing
# Run autoreconf twice on failure. Also see # Run autoreconf twice on failure. Also see
# https://github.com/tracebox/tracebox/issues/57 # https://github.com/tracebox/tracebox/issues/57