Update cryptest-autotools script
parent
a2e7c26f6c
commit
b61da7acfe
|
|
@ -96,8 +96,8 @@ fi
|
||||||
|
|
||||||
echo "Running libtoolize"
|
echo "Running libtoolize"
|
||||||
if ! "$LIBTOOLIZE" --force --install &>/dev/null; then
|
if ! "$LIBTOOLIZE" --force --install &>/dev/null; then
|
||||||
echo "libtoolize failed."
|
echo "libtoolize failed... skipping."
|
||||||
[[ "$0" = "${BASH_SOURCE[0]}" ]] && exit 1 || return 1
|
# [[ "$0" = "${BASH_SOURCE[0]}" ]] && exit 1 || return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Run autoreconf twice on failure. Also see
|
# Run autoreconf twice on failure. Also see
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue