From: Enrico Forestieri Date: Sun, 10 Dec 2006 01:33:05 +0000 (+0000) Subject: Autoconf 2.61 has been released, and it works with LyX X-Git-Tag: 1.6.10~11600 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b34e6317f6e0532da8632434a97efceff75af532;hp=f98de1605f55a0325d262b505dcc7ebb48b37c04;p=lyx.git Autoconf 2.61 has been released, and it works with LyX http://www.mail-archive.com/autotools-announce@gnu.org/msg00023.html * autogen.sh: allow for autoconf 2.61 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16223 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/autogen.sh b/autogen.sh index d3d346d3bc..afad75b483 100755 --- a/autogen.sh +++ b/autogen.sh @@ -38,12 +38,12 @@ test "$autoversion" != "" && { } case $autoversion in - *' '2.5[2-9]|*' '2.60|*' '2.60a) + *' '2.5[2-9]|*' '2.60[ab]|*' '2.6[0-1]) EXTRA_ACINCLUDE_FILES="lyxinclude25x.m4" ;; *) echo "This autoconf version is not supported by LyX." - echo "LyX only supports autoconf 2.5[2-9]-2.60[a]." + echo "LyX only supports autoconf 2.52-2.61." exit 1 ;; esac