mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
correct the error message for not supported automake version
This commit is contained in:
parent
3fad30da63
commit
f9d381c5c4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user