From 7a3ed65c81d8e02bd8d3d93ae45eca97373ee043 Mon Sep 17 00:00:00 2001 From: Enrico Forestieri Date: Wed, 17 Nov 2010 14:11:15 +0000 Subject: [PATCH] LyX builds and installs just fine with autoconf 2.66 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36337 a592a061-630c-0410-9148-cb99ea01b6c8 --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index b6df1b3cda..082be43b75 100755 --- a/autogen.sh +++ b/autogen.sh @@ -38,11 +38,11 @@ test "$autoversion" != "" && { case $autoversion in - *' '2.59[cd]|*' '2.60[ab]|*' '2.6[0-578]) + *' '2.59[cd]|*' '2.60[ab]|*' '2.6[0-8]) ;; *) echo "This autoconf version is not supported by LyX." - echo "LyX only supports autoconf 2.59c-2.65, 2.67 and 2.68." + echo "LyX only supports autoconf 2.59c-2.68." exit 1 ;; esac