correct the error message for not supported automake version

This commit is contained in:
Stephan Witt 2016-01-06 10:34:54 +01:00
parent 3fad30da63
commit f9d381c5c4

View File

@ -20,7 +20,7 @@ case $automake_version in
;;
*)
echo "This automake version is not supported by LyX."
echo "LyX only supports automake 1.8 to 1.14."
echo "LyX only supports automake 1.8 to 1.15."
exit 1
;;
esac