diff --git a/TestScripts/cryptest-autotools.sh b/TestScripts/cryptest-autotools.sh index 04fd3489..9b4bc9e7 100755 --- a/TestScripts/cryptest-autotools.sh +++ b/TestScripts/cryptest-autotools.sh @@ -59,6 +59,11 @@ if [[ ! -z $(command -v "$SED") ]]; then fi mkdir -p m4/ + +if [[ ! -z $(command -v autoupdate) ]]; then + autoupdate +fi + if ! autoreconf --force --install --warnings=all; then echo "autoreconf failed" [[ "$0" = "${BASH_SOURCE[0]}" ]] && exit 1 || return 1