]> git.lyx.org Git - lyx.git/commitdiff
autoconf 2.65 is reported to work by John (#6524).
authorPavel Sanda <sanda@lyx.org>
Thu, 11 Feb 2010 02:12:50 +0000 (02:12 +0000)
committerPavel Sanda <sanda@lyx.org>
Thu, 11 Feb 2010 02:12:50 +0000 (02:12 +0000)
Branch?

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33418 a592a061-630c-0410-9148-cb99ea01b6c8

autogen.sh

index 078c0211479c17184e622c602d94f1c4c6818dfa..da8b6aa655b94b22d1c2771e692ec4bf36c9b023 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-5])
        ;;
     *)
        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.65."
        exit 1
        ;;
 esac