mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
add support for automake 1.13
This commit is contained in:
parent
a6c1486d83
commit
b9d5328dae
@ -16,12 +16,12 @@ test "$automake_version" != "" && {
|
||||
}
|
||||
|
||||
case $automake_version in
|
||||
*' '1.[8-9]*|*' '1.1[012]*)
|
||||
*' '1.[8-9]*|*' '1.1[0123]*)
|
||||
;;
|
||||
*)
|
||||
|
||||
echo "This automake version is not supported by LyX."
|
||||
echo "LyX only supports automake 1.8 to 1.12."
|
||||
echo "LyX only supports automake 1.8 to 1.13."
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user