]> git.lyx.org Git - lyx.git/blobdiff - autogen.sh
Natbib authoryear uses (Ref1; Ref2) by default.
[lyx.git] / autogen.sh
index 8eb194ed6db70bc0ac59ec17a63133b18758fd85..a12f744542194c460b55f49b9930e71a5c2210fd 100755 (executable)
@@ -32,17 +32,17 @@ autoversion=`$AUTOCONF --version 2>/dev/null | head -n 1`
 test "$autoversion" != "" && {
     echo "Using $autoversion"
 } || {
-    echo "LyX requires autoconf >= 2.59c"
+    echo "LyX requires autoconf >= 2.60"
     exit 1
 }
 
 
 case $autoversion in
-    *' '2.59[cd]|*' '2.60[ab]|*' '2.6[0-9])
+    *' '2.60[ab]|*' '2.6[0-9])
        ;;
     *)
        echo "This autoconf version is not supported by LyX."
-       echo "LyX only supports autoconf 2.59c-2.69."
+       echo "LyX only supports autoconf 2.60-2.69."
        exit 1
        ;;
 esac