commit dd214d3accc2c7d78daa8e46a1dc3ad5d27ef620
Author: Pavel Sanda <[email protected]>
Date:   Mon Feb 22 11:09:22 2021 +0100

    By report autoconf 2.71 works, 2.70 is known to have compatibility issues.
---
 autogen.sh |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 54f57ae..52ca5ca 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -38,9 +38,11 @@ test "$autoversion" != "" && {
 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
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to