mirror of
https://git.zap.org.au/git/trader.git
synced 2024-11-03 17:27:29 -05:00
Update to GNU Gettext 0.19.1
This commit is contained in:
parent
7549827f95
commit
5fcea7eb65
10
INSTALL
10
INSTALL
@ -39,7 +39,7 @@ and installation:
|
||||
multibyte character sequences (such as UTF-8) require a wide-character
|
||||
version of Curses, such as NcursesW, to work correctly.
|
||||
|
||||
4. The GNU Gettext library, version 0.18.1 or later, to allow the game to
|
||||
4. The GNU Gettext library, version 0.19.1 or later, to allow the game to
|
||||
use languages other than English; this is also called Native Language
|
||||
Support. If you do not have this library (and do not wish to install
|
||||
it), you may pass "--disable-nls" to the configure script.
|
||||
@ -102,12 +102,12 @@ You can also run configure in a separate build-only directory tree. This
|
||||
feature requires GNU Make and allows you to keep the source code tree from
|
||||
being modified by the compilation process. To use this option, create a
|
||||
separate build directory, then run configure. For example, if you placed
|
||||
the Star Traders source code tree in $HOME/src/trader-7.7, you could run
|
||||
the Star Traders source code tree in $HOME/src/trader-7.8, you could run
|
||||
something like:
|
||||
|
||||
mkdir $HOME/build/trader-build-7.7
|
||||
cd $HOME/build/trader-build-7.7
|
||||
$HOME/src/trader-7.7/configure
|
||||
mkdir $HOME/build/trader-build-7.8
|
||||
cd $HOME/build/trader-build-7.8
|
||||
$HOME/src/trader-7.8/configure
|
||||
|
||||
Once again, the Autoconf manual describes these options (and many others):
|
||||
|
||||
|
6
NEWS
6
NEWS
@ -15,6 +15,12 @@ consult the Subversion repository for "trader" on The ZAP Group web server
|
||||
at http://www.zap.org.au/services/svn/.
|
||||
|
||||
|
||||
Version 7.8 (not yet released)
|
||||
------------------------------
|
||||
|
||||
Updated to GNU Gettext 0.19.1.
|
||||
|
||||
|
||||
Version 7.7 (18th August, 2015)
|
||||
-------------------------------
|
||||
|
||||
|
@ -29,7 +29,7 @@ dnl along with this program. If not, see http://www.gnu.org/licenses/.
|
||||
AC_INIT([Star Traders], [7.7], [J.Zaitseff@zap.org.au], [trader], [http://www.zap.org.au/software/trader/])
|
||||
AC_DEFINE([PACKAGE_AUTHOR], ["John Zaitseff"], [Package author])
|
||||
|
||||
AC_PREREQ([2.67])
|
||||
AC_PREREQ([2.69])
|
||||
AC_CONFIG_SRCDIR([src/trader.c])
|
||||
AC_CONFIG_AUX_DIR([build-aux])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
@ -51,7 +51,7 @@ AC_TYPE_SIZE_T
|
||||
AC_TYPE_SSIZE_T
|
||||
|
||||
AM_GNU_GETTEXT([external])
|
||||
AM_GNU_GETTEXT_VERSION([0.18.1])
|
||||
AM_GNU_GETTEXT_VERSION([0.19.1])
|
||||
|
||||
gl_INIT
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user