Add test for automake in cryptest-autotools.sh
parent
e0b60439bf
commit
122529ed4a
|
|
@ -79,6 +79,10 @@ if [[ -z "$LIBTOOLIZE" ]]; then
|
||||||
echo "Cannot find libtoolize. Things may fail."
|
echo "Cannot find libtoolize. Things may fail."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ -z $(command -v automake) ]]; then
|
||||||
|
echo "Cannot find automake. Things may fail."
|
||||||
|
fi
|
||||||
|
|
||||||
if [[ -z $(command -v autoreconf) ]]; then
|
if [[ -z $(command -v autoreconf) ]]; then
|
||||||
echo "Cannot find autoreconf. Things may fail."
|
echo "Cannot find autoreconf. Things may fail."
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue