From: Pavel Sanda Date: Sun, 19 Sep 2010 11:58:35 +0000 (+0000) Subject: Allow autoconf 2.67, tested on linux. X-Git-Tag: 2.0.0~2551 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=612f8b316d1d050d5c9eb6fa1ad37eb93d1afc9a;p=lyx.git Allow autoconf 2.67, tested on linux. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35445 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/autogen.sh b/autogen.sh index da8b6aa655..bd15c93390 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-5]) + *' '2.59[cd]|*' '2.60[ab]|*' '2.6[0-57]) ;; *) echo "This autoconf version is not supported by LyX."