Add autoconf 2.62 to the list of supported versions

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25010 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
José Matox 2008-05-30 12:57:06 +00:00
parent 8d93f5173f
commit a43de95180

View File

@ -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."