From c39da9206633633eaadfb6dd5a16daf318b46d72 Mon Sep 17 00:00:00 2001 From: Enrico Forestieri Date: Sun, 10 Dec 2006 23:08:24 +0000 Subject: [PATCH] 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/branches/BRANCH_1_4_X@16238 a592a061-630c-0410-9148-cb99ea01b6c8 --- ChangeLog | 4 ++++ autogen.sh | 4 ++-- status.14x | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index e7e7ffe8bd..aadca9e1e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-12-11 Enrico Forestieri + + * autogen.sh: also allow using autoconf 2.61. + 2006-11-24 Enrico Forestieri * autogen.sh: allow using autoconf 2.60 and 2.60a. diff --git a/autogen.sh b/autogen.sh index 2fb7da412c..7a30252715 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 diff --git a/status.14x b/status.14x index b1c3f365e8..c76828445e 100644 --- a/status.14x +++ b/status.14x @@ -129,7 +129,7 @@ What's new * Build/installation: -- Allow autoconf 2.60 for building. +- Allow autoconf 2.60 and 2.61 for building. * Miscellaneous