]> git.lyx.org Git - lyx.git/commitdiff
Add autoconf 2.62 to the list of supported versions
authorJosé Matox <jamatos@lyx.org>
Fri, 30 May 2008 12:57:06 +0000 (12:57 +0000)
committerJosé Matox <jamatos@lyx.org>
Fri, 30 May 2008 12:57:06 +0000 (12:57 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25010 a592a061-630c-0410-9148-cb99ea01b6c8

autogen.sh

index b9b81f6d76441307c0a87eacefd64e33a0539079..066e508f75bb51bf13f3006494e5cc4182219490 100755 (executable)
@@ -37,7 +37,7 @@ test "$autoversion" != "" && {
 }
 
 case $autoversion in
-    *' '2.5[2-9]|*' '2.60[ab]|*' '2.6[0-1])
+    *' '2.5[2-9]|*' '2.60[ab]|*' '2.6[0-2])
        ;;
     *)
        echo "This autoconf version is not supported by LyX."