From 37e6ec127cd0151d3d0763cbef25cf381362a32e Mon Sep 17 00:00:00 2001 From: jamatos Date: Fri, 30 May 2008 12:57:06 +0000 Subject: [PATCH] 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 --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index b9b81f6d76..066e508f75 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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." -- 2.11.4.GIT