Add call to autoupdate if available
parent
c7332c22aa
commit
a3efa68da7
|
|
@ -59,6 +59,11 @@ if [[ ! -z $(command -v "$SED") ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mkdir -p m4/
|
mkdir -p m4/
|
||||||
|
|
||||||
|
if [[ ! -z $(command -v autoupdate) ]]; then
|
||||||
|
autoupdate
|
||||||
|
fi
|
||||||
|
|
||||||
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