mirror of
https://git.zap.org.au/git/trader.git
synced 2025-02-02 15:08:13 -05:00
Update minimum version of Autoconf to allow C17 or C11 compilation
This commit is contained in:
parent
b7c4e64c3f
commit
651559c1f2
2
INSTALL
2
INSTALL
@ -313,7 +313,7 @@ repository, however, you will need to update these files yourself. You
|
||||
will need the following additional tools installed on your system to do
|
||||
so:
|
||||
|
||||
1. `Autoconf`__ v2.69 or later
|
||||
1. `Autoconf`__ v2.71 or later
|
||||
2. `Automake`__ v1.15 or later
|
||||
3. `pkgconf`__ v0.9.0 or later, or `pkg-config`__ v0.29 or later
|
||||
4. `GNU Portability Library`__
|
||||
|
3
NEWS
3
NEWS
@ -25,6 +25,9 @@ __ https://www.zap.org.au/
|
||||
Version 7.17 (not yet released)
|
||||
-------------------------------
|
||||
|
||||
Updated the minimum version of GNU Autoconf required, giving the option
|
||||
of compiling with C17 or C11 instead of C99.
|
||||
|
||||
Updated the Brazilian Portuguese, Norwegian Bokmål, Swedish, French,
|
||||
Esperanto, Serbian, German and English translations (in that order), with
|
||||
thanks to Rafael Fontenelle, Johnny A. Solbu, Anders Jonsson, Frédéric
|
||||
|
@ -30,7 +30,7 @@ AC_INIT([Star Traders], [7.17], [J.Zaitseff@zap.org.au], [trader],
|
||||
[https://www.zap.org.au/projects/trader/])
|
||||
AC_DEFINE([PACKAGE_AUTHOR], ["John Zaitseff"], [Package author])
|
||||
|
||||
AC_PREREQ([2.69])
|
||||
AC_PREREQ([2.71])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AC_CONFIG_SRCDIR([src/trader.c])
|
||||
AC_CONFIG_AUX_DIR([build-aux])
|
||||
@ -40,9 +40,8 @@ AM_MAINTAINER_MODE([enable])
|
||||
AC_CONFIG_LIBOBJ_DIR([lib])
|
||||
|
||||
AC_PROG_CC
|
||||
AC_PROG_CC_C99
|
||||
|
||||
AS_IF([test "x$ac_cv_prog_cc_c99" = xno], [
|
||||
AS_CASE(["$ac_prog_cc_stdc"],
|
||||
[c17|c11|c99], [], [
|
||||
AC_MSG_ERROR([requires an ISO/IEC 9899:1999 (C99) compiler])
|
||||
])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user