Cleanup cryptest-autotools.sh script
parent
4066d70731
commit
a411ac350b
|
|
@ -52,9 +52,9 @@ if [[ ! -z $(command -v autoupdate) ]]; then
|
||||||
autoupdate
|
autoupdate
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! autoreconf -vfi --warnings=all; then
|
if ! autoreconf -fi --warnings=all; then
|
||||||
echo "autoreconf failed, running again."
|
echo "autoreconf failed, running again."
|
||||||
if ! autoreconf -fi; then
|
if ! autoreconf -vfi; then
|
||||||
echo "autoreconf failed"
|
echo "autoreconf failed"
|
||||||
[[ "$0" = "${BASH_SOURCE[0]}" ]] && exit 1 || return 1
|
[[ "$0" = "${BASH_SOURCE[0]}" ]] && exit 1 || return 1
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue