]> git.lyx.org Git - lyx.git/blobdiff - autogen.sh
Add a document-wide default bibliography style \biblio_style.
[lyx.git] / autogen.sh
index 078c0211479c17184e622c602d94f1c4c6818dfa..082be43b758cd1127762d99baa51069ede628505 100755 (executable)
@@ -38,11 +38,11 @@ test "$autoversion" != "" && {
 
 
 case $autoversion in
-    *' '2.59[cd]|*' '2.60[ab]|*' '2.6[0-4])
+    *' '2.59[cd]|*' '2.60[ab]|*' '2.6[0-8])
        ;;
     *)
        echo "This autoconf version is not supported by LyX."
-       echo "LyX only supports autoconf 2.59c-2.64."
+       echo "LyX only supports autoconf 2.59c-2.68."
        exit 1
        ;;
 esac