Make m4/ directory during testing
parent
437b2f9b7d
commit
c2a9958d9c
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue