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