On Sat, Feb 20, 2021 at 03:35:04AM +0000, V K wrote:
> P. S. I can't compile lyx master in Manjaro (Arch derivative) anymore because 
> of autoconf versions:
> 
> Using autoconf (GNU Autoconf) 2.71 
> This autoconf version is not supported by LyX. 
> LyX only supports autoconf 2.65-2.69.

Can you report whether you can build master sucesfully with Autoconf 2.71?
You can use the attached patch (or change manually those lines in autogen.sh).

We will bump the version once we have some report that it works.

Pavel
diff --git a/autogen.sh b/autogen.sh
index 54f57ae3d2..2a0cd0a800 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -38,6 +38,8 @@ test "$autoversion" != "" && {
 case $autoversion in
     *' '2.6[5-9])
 	;;
+    *' '2.7[0-1])
+	;;
     *)
 	echo "This autoconf version is not supported by LyX."
 	echo "LyX only supports autoconf 2.65-2.69."
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users

Reply via email to