Update cryptest-autotools.sh script

This commit is contained in:
Jeffrey Walton 2020-07-07 16:10:51 -04:00
parent 1b8512271f
commit 4aec73b4a0
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

@ -92,16 +92,6 @@ if ! autoupdate &>/dev/null; then
exit 1
fi
if false; then
echo "Running libtoolize"
if ! "$LIBTOOLIZE" --force --install &>/dev/null; then
echo "libtoolize failed... skipping."
# exit 1
fi
fi
# Run autoreconf twice on failure. Also see
# https://github.com/tracebox/tracebox/issues/57
echo "Running autoreconf"