mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Allow autoconf 2.69 and automake 1.12
This commit is contained in:
parent
bb8a909dac
commit
366b21d4d3
@ -16,12 +16,12 @@ test "$automake_version" != "" && {
|
|||||||
}
|
}
|
||||||
|
|
||||||
case $automake_version in
|
case $automake_version in
|
||||||
*' '1.[8-9]*|*' '1.1[01]*)
|
*' '1.[8-9]*|*' '1.1[012]*)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
||||||
echo "This automake version is not supported by LyX."
|
echo "This automake version is not supported by LyX."
|
||||||
echo "LyX only supports automake 1.8 to 1.11."
|
echo "LyX only supports automake 1.8 to 1.12."
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
@ -38,11 +38,11 @@ test "$autoversion" != "" && {
|
|||||||
|
|
||||||
|
|
||||||
case $autoversion in
|
case $autoversion in
|
||||||
*' '2.59[cd]|*' '2.60[ab]|*' '2.6[0-8])
|
*' '2.59[cd]|*' '2.60[ab]|*' '2.6[0-9])
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "This autoconf version is not supported by LyX."
|
echo "This autoconf version is not supported by LyX."
|
||||||
echo "LyX only supports autoconf 2.59c-2.68."
|
echo "LyX only supports autoconf 2.59c-2.69."
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user