By report autoconf 2.71 works, 2.70 is known to have compatibility issues.

This commit is contained in:
Pavel Sanda 2021-02-22 11:09:22 +01:00
parent e050435314
commit ddb8bd624a

View File

@ -38,9 +38,11 @@ fi
case $autoversion in
*' '2.6[5-9])
;;
*' '2.71)
;;
*)
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
;;
esac