Update cryptest-autools.sh script

This commit is contained in:
Jeffrey Walton 2022-02-12 21:31:27 -05:00
parent 5dde13d1e3
commit fd1b8298be
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -185,6 +185,11 @@ fi # disabled
echo "Running configure"
echo ""
if ! ./autoconf; then
echo "configure failed."
exit 1
fi
if ! ./configure; then
echo "configure failed."
exit 1