]> git.lyx.org Git - lyx.git/blobdiff - autogen.sh
Tell X the selection status also after it is changed by the keyboard, since
[lyx.git] / autogen.sh
index 31494bbc79d1dd2c6b239a990c4cc17c85ad63f9..afad75b4835296cf53041edf9fe84f10e08bedbb 100755 (executable)
@@ -38,12 +38,12 @@ test "$autoversion" != "" && {
 }
 
 case $autoversion in
-    *' '2.5[2-9])
+    *' '2.5[2-9]|*' '2.60[ab]|*' '2.6[0-1])
        EXTRA_ACINCLUDE_FILES="lyxinclude25x.m4"
        ;;
     *)
        echo "This autoconf version is not supported by LyX."
-       echo "LyX only supports autoconf 2.5[2-9]."
+       echo "LyX only supports autoconf 2.52-2.61."
        exit 1
        ;;
 esac