]> git.lyx.org Git - lyx.git/blobdiff - autogen.sh
Reported by BH
[lyx.git] / autogen.sh
index 25b92920337b7d108b9a1a7dc1b60838d0b9e806..b6df1b3cdabe74bd1b681e0d7f6e7123269bb180 100755 (executable)
@@ -38,11 +38,11 @@ test "$autoversion" != "" && {
 
 
 case $autoversion in
-    *' '2.59[cd]|*' '2.60[ab]|*' '2.6[0-57])
+    *' '2.59[cd]|*' '2.60[ab]|*' '2.6[0-578])
        ;;
     *)
        echo "This autoconf version is not supported by LyX."
-       echo "LyX only supports autoconf 2.59c-2.65, 2.67."
+       echo "LyX only supports autoconf 2.59c-2.65, 2.67 and 2.68."
        exit 1
        ;;
 esac