Add call to automake in cryptest-automake.sh

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

View File

@ -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"