mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
By report autoconf 2.71 works, 2.70 is known to have compatibility issues.
This commit is contained in:
parent
c1ef23e54e
commit
dd214d3acc
@ -38,9 +38,11 @@ test "$autoversion" != "" && {
|
|||||||
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