From 6c93f5940f5684ddf05e4ae03429981db5dcef93 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Tue, 12 Oct 2010 20:08:58 +0000 Subject: [PATCH] Tested autoconf 2.68 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35617 a592a061-630c-0410-9148-cb99ea01b6c8 --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 25b9292033..7a4268da27 100755 --- a/autogen.sh +++ b/autogen.sh @@ -38,7 +38,7 @@ test "$autoversion" != "" && { case $autoversion in - *' '2.59[cd]|*' '2.60[ab]|*' '2.6[0-57]) + *' '2.59[cd]|*' '2.60[ab]|*' '2.6[0-578]) ;; *) echo "This autoconf version is not supported by LyX."