correct autoconf version needed to 2.60 instead of 2.61 (bug #10636)
version 2.60 does work on OSX and is the latest version available there via fink it should also work for all other supported platforms
This commit is contained in:
parent
8cd6e5af5f
commit
7f81ea2b1a
3 changed files with 3 additions and 3 deletions
2
INSTALL
2
INSTALL
|
@ -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.61) and automake (>= 1.9). Run './autogen.sh'
|
||||
SVN, you will need autoconf (>= 2.60) and automake (>= 1.9). Run './autogen.sh'
|
||||
then to generate the configure files.
|
||||
|
||||
Sourcecode:
|
||||
|
|
|
@ -38,7 +38,7 @@ Version 1.3.13+svn:
|
|||
* validate vector access for colours (bug #10622)
|
||||
* Fixed OOS on unit advancement if wml had battle/die events (bug #10590)
|
||||
* added serveral fixes to compile with Sun Studio compiler (patch #911)
|
||||
* bumped autoconf version requirement to 2.61 since it's needed for the
|
||||
* bumped autoconf version requirement to 2.60 since it's needed for the
|
||||
boost tests (bug #10636)
|
||||
|
||||
Version 1.3.13:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# Initial configuration #
|
||||
#######################################################################
|
||||
|
||||
AC_PREREQ([2.61])
|
||||
AC_PREREQ([2.60])
|
||||
|
||||
define([WESNOTH_VERSION],[1.3.13+svn])
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue