mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
By report autoconf 2.71 works, 2.70 is known to have compatibility issues.
This commit is contained in:
parent
e050435314
commit
ddb8bd624a
@ -38,9 +38,11 @@ fi
|
|||||||
case $autoversion in
|
case $autoversion in
|
||||||
*' '2.6[5-9])
|
*' '2.6[5-9])
|
||||||
;;
|
;;
|
||||||
|
*' '2.71)
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
echo "This autoconf version is not supported by LyX."
|
echo "This autoconf version is not supported by LyX."
|
||||||
echo "LyX only supports autoconf 2.65-2.69."
|
echo "LyX only supports autoconf 2.65-2.69, 2.71."
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user