Author: cazfi
Date: Fri Oct 16 23:31:11 2015
New Revision: 30108

URL: http://svn.gna.org/viewcvs/freeciv?rev=30108&view=rev
Log:
Made version 2.64 the minimum autoconf requirement.

See patch #6415

Modified:
    trunk/INSTALL
    trunk/autogen.sh
    trunk/configure.ac
    trunk/doc/README.packaging

Modified: trunk/INSTALL
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/INSTALL?rev=30108&r1=30107&r2=30108&view=diff
==============================================================================
--- trunk/INSTALL       (original)
+++ trunk/INSTALL       Fri Oct 16 23:31:11 2015
@@ -4,7 +4,7 @@
 
 This file describes how to compile and install Freeciv. Last time we
 made sure this file is up to date was 16-Jul-06.
-Last minor update was 14-Oct-15.
+Last minor update was 17-Oct-15.
 
 There may be a localized version of this file in the ./doc directory,
 named INSTALL.<locale> (e.g., INSTALL.de).
@@ -96,7 +96,7 @@
    Especial the xgettext program is required to create the *.gmo
    files which aren't included in the svn tree.
 
- - GNU autoconf version 2.62 or better
+ - GNU autoconf version 2.64 or better
 
    Autoconf is required to create configure from configure.ac.
 

Modified: trunk/autogen.sh
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/autogen.sh?rev=30108&r1=30107&r2=30108&view=diff
==============================================================================
--- trunk/autogen.sh    (original)
+++ trunk/autogen.sh    Fri Oct 16 23:31:11 2015
@@ -227,9 +227,9 @@
 }
 
 # autoconf and autoheader version numbers must be kept in sync
-real_package_name "autoconf" "ftp://ftp.gnu.org/pub/gnu/autoconf/"; 2 62 || 
DIE=1
+real_package_name "autoconf" "ftp://ftp.gnu.org/pub/gnu/autoconf/"; 2 64 || 
DIE=1
 AUTOCONF=$REALPKGNAME
-real_package_name "autoheader" "ftp://ftp.gnu.org/pub/gnu/autoconf/"; 2 62 || 
DIE=1
+real_package_name "autoheader" "ftp://ftp.gnu.org/pub/gnu/autoconf/"; 2 64 || 
DIE=1
 AUTOHEADER=$REALPKGNAME
 
 # automake and aclocal version numbers must be kept in sync

Modified: trunk/configure.ac
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/configure.ac?rev=30108&r1=30107&r2=30108&view=diff
==============================================================================
--- trunk/configure.ac  (original)
+++ trunk/configure.ac  Fri Oct 16 23:31:11 2015
@@ -3,7 +3,7 @@
 
 dnl Initialize with some random file to ensure the source is here.
 AC_INIT([freeciv], m4_esyscmd([./fc_version | tr -d '\n']))
-AC_PREREQ(2.62)
+AC_PREREQ(2.64)
 AC_CONFIG_SRCDIR([common/game.c])
 AC_CONFIG_AUX_DIR(bootstrap) # This can't be quoted or automake will fail
 AC_CONFIG_MACRO_DIR([m4])

Modified: trunk/doc/README.packaging
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/doc/README.packaging?rev=30108&r1=30107&r2=30108&view=diff
==============================================================================
--- trunk/doc/README.packaging  (original)
+++ trunk/doc/README.packaging  Fri Oct 16 23:31:11 2015
@@ -17,7 +17,7 @@
   (e.g. ~/.freeciv/freeciv-client-rc-2.6 generated by Freeciv 2.6,
    ~/.freeciv-client-rc-2.5 generated by Freeciv 2.5,
    or ~/.civclientrc generated by Freeciv version <= 2.1).
-* Minimum autoconf version is now 2.62, automake 1.11
+* Minimum autoconf version is now 2.64, automake 1.11
 * Tinycthreads can be used as threading implementation. Copy of tinycthreads
   can be compiled in to freeciv by configuring with --with-tinycthread.
 * libicu is a new hard requirement


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to