We tested for autoconf 2.57, but 2.61 is required for the boost macros.

So bumped the version (bug #10636).
This commit is contained in:
Mark de Wever 2008-01-02 08:39:12 +00:00
parent 3fcdae4768
commit 27c7fdccc7
3 changed files with 4 additions and 2 deletions

View file

@ -23,7 +23,7 @@ translations.
The .tar.bz2 file is distributed with a working set of configure files. They
are not in the SVN repository. Consequently, if you are building from
SVN, you will need autoconf (>= 2.59) and automake (>= 1.9). Run './autogen.sh'
SVN, you will need autoconf (>= 2.61) and automake (>= 1.9). Run './autogen.sh'
then to generate the configure files.
Sourcecode:

View file

@ -32,6 +32,8 @@ Version 1.3.13+svn:
properly (bug #10304)
* validate vector access for colours (bug #10622)
* added serveral fixes to compile with Sun Studio compiler (patch #911)
* bumped autoconf version requirement to 2.61 since it's needed for the
boost tests (bug #10636)
Version 1.3.13:
* campaigns:

View file

@ -4,7 +4,7 @@
# Initial configuration #
#######################################################################
AC_PREREQ([2.57])
AC_PREREQ([2.61])
define([WESNOTH_VERSION],[1.3.13+svn])