From c2a9958d9c149fab1f51993224a78a7bd2c8c895 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 15 Jul 2018 10:13:33 -0400 Subject: [PATCH] Make m4/ directory during testing --- TestScripts/cryptest-autotools.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/TestScripts/cryptest-autotools.sh b/TestScripts/cryptest-autotools.sh index 2754a551..7a02e3e8 100755 --- a/TestScripts/cryptest-autotools.sh +++ b/TestScripts/cryptest-autotools.sh @@ -53,6 +53,7 @@ if [[ ! -z $(command -v "$SED") ]]; then mv libcryptopp.pc.in.fixed libcryptopp.pc.in fi +mkdir -p m4/ if ! autoreconf --force --install --warnings=all; then echo "autoreconf failed" [[ "$0" = "${BASH_SOURCE[0]}" ]] && exit 1 || return 1