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:
Nils Kneuper 2008-01-03 20:45:03 +00:00
parent 8cd6e5af5f
commit 7f81ea2b1a
3 changed files with 3 additions and 3 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.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:

View file

@ -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:

View file

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