From a3efa68da7f69315bc77ff0f05a501c9fc11249a Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Fri, 27 Jul 2018 16:09:27 -0400 Subject: [PATCH] Add call to autoupdate if available --- TestScripts/cryptest-autotools.sh | 5 +++++ 1 file changed, 5 insertions(+) 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