1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-06-09 19:20:43 +00:00

Update to Gettext 0.21 and Automake 1.16

This commit is contained in:
John Zaitseff 2024-01-02 13:00:02 +11:00
parent af4f17f880
commit ffb90bd083
3 changed files with 6 additions and 5 deletions

View File

@ -46,7 +46,7 @@ and installation:
wide-character version of Curses, such as NcursesW, to work
correctly.
4. The GNU Gettext library, version 0.20 or later, to allow the game to
4. The GNU Gettext library, version 0.21 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.
@ -335,7 +335,7 @@ will need the following additional tools installed on your system to do
so:
1. `Autoconf`__ v2.71 or later
2. `Automake`__ v1.15 or later
2. `Automake`__ v1.16 or later
3. `pkgconf`__ v0.9.0 or later, or `pkg-config`__ v0.29 or later
4. `GNU Portability Library`__

3
NEWS
View File

@ -25,7 +25,8 @@ __ https://www.zap.org.au/
Version 7.19 (not yet released)
-------------------------------
Updated to the latest snapshot of the Gnulib GNU Portability Library.
Updated to GNU Gettext 0.21 or later, to Automake 1.16 or later, and to
the latest snapshot of the Gnulib GNU Portability Library.
Version 7.18 (3rd August, 2022)

View File

@ -35,7 +35,7 @@ AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([src/trader.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.15 -Wall -Werror foreign dist-xz])
AM_INIT_AUTOMAKE([1.16 -Wall -Werror foreign dist-xz])
AM_MAINTAINER_MODE([enable])
AC_CONFIG_LIBOBJ_DIR([lib])
@ -53,7 +53,7 @@ AC_TYPE_SIZE_T
AC_TYPE_SSIZE_T
AM_GNU_GETTEXT([external], [need-ngettext])
AM_GNU_GETTEXT_VERSION([0.20])
AM_GNU_GETTEXT_VERSION([0.21])
gl_INIT