Make m4/ directory during testing

pull/668/merge
Jeffrey Walton 2018-07-15 10:13:33 -04:00
parent 437b2f9b7d
commit c2a9958d9c
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ if [[ ! -z $(command -v "$SED") ]]; then
mv libcryptopp.pc.in.fixed libcryptopp.pc.in mv libcryptopp.pc.in.fixed libcryptopp.pc.in
fi fi
mkdir -p m4/
if ! autoreconf --force --install --warnings=all; then if ! autoreconf --force --install --warnings=all; then
echo "autoreconf failed" echo "autoreconf failed"
[[ "$0" = "${BASH_SOURCE[0]}" ]] && exit 1 || return 1 [[ "$0" = "${BASH_SOURCE[0]}" ]] && exit 1 || return 1