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
|
||||
fi
|
||||
|
||||
mkdir -p m4/
|
||||
if ! autoreconf --force --install --warnings=all; then
|
||||
echo "autoreconf failed"
|
||||
[[ "$0" = "${BASH_SOURCE[0]}" ]] && exit 1 || return 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue