X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=autogen.sh;h=52ca5ca39b7ec581c64103cb17fc4f355047b6f7;hb=8b7c1d7800c73c4c7b897d2b81a0f3f720c8d06d;hp=54f57ae3d2656cbc8129d07ffa24365d5103b5cd;hpb=bcb002039b1a0e4893f18a032e02b6f6368924f9;p=lyx.git diff --git a/autogen.sh b/autogen.sh index 54f57ae3d2..52ca5ca39b 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