Author: cazfi
Date: Tue May 12 22:30:53 2015
New Revision: 29071

URL: http://svn.gna.org/viewcvs/freeciv?rev=29071&view=rev
Log:
Made 0.15 the minimum gettext version.

See patch #6055

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

Modified: trunk/INSTALL
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/INSTALL?rev=29071&r1=29070&r2=29071&view=diff
==============================================================================
--- trunk/INSTALL       (original)
+++ trunk/INSTALL       Tue May 12 22:30:53 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 21-Apr-15.
+Last minor update was 29-Apr-15.
 
 There may be a localized version of this file in the ./doc directory,
 named INSTALL.<locale> (e.g., INSTALL.de).
@@ -90,7 +90,7 @@
 The svn version has additional requirements. A release version
 contains the generated files.
 
- - The programs from GNU gettext version 0.14 or better
+ - The programs from GNU gettext version 0.15 or better
 
    Especial the xgettext program is required to create the *.gmo
    files which aren't included in the svn tree.

Modified: trunk/autogen.sh
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/autogen.sh?rev=29071&r1=29070&r2=29071&view=diff
==============================================================================
--- trunk/autogen.sh    (original)
+++ trunk/autogen.sh    Tue May 12 22:30:53 2015
@@ -242,8 +242,8 @@
 
 if [ "$FC_USE_NLS" = "yes" ]; then
   DIE2=0
-  version_check 1 "xgettext" "xgettext" "ftp://ftp.gnu.org/pub/gnu/gettext/"; 0 
14 || DIE2=1
-  version_check 1 "msgfmt" "msgfmt" "ftp://ftp.gnu.org/pub/gnu/gettext/"; 0 14 
|| DIE2=1
+  version_check 1 "xgettext" "xgettext" "ftp://ftp.gnu.org/pub/gnu/gettext/"; 0 
15 || DIE2=1
+  version_check 1 "msgfmt" "msgfmt" "ftp://ftp.gnu.org/pub/gnu/gettext/"; 0 15 
|| DIE2=1
   if [ "$DIE2" -eq 1 ]; then
     echo 
     echo "You may want to use --disable-nls to disable NLS."

Modified: trunk/doc/README.packaging
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/doc/README.packaging?rev=29071&r1=29070&r2=29071&view=diff
==============================================================================
--- trunk/doc/README.packaging  (original)
+++ trunk/doc/README.packaging  Tue May 12 22:30:53 2015
@@ -21,6 +21,7 @@
 * 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
+* Minimum gettext version is now 0.15
 
 ----------------------------------------------------------------------
 Compatibility of modified versions


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

Reply via email to