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

Update to Automake 1.15

This commit is contained in:
John Zaitseff 2017-05-17 11:58:42 +10:00
parent 0786bc2d6a
commit a2c5300d62
2 changed files with 2 additions and 4 deletions

View File

@ -27,9 +27,6 @@
# along with this program. If not, see http://www.gnu.org/licenses/.
# Find various M4 macro snippets
ACLOCAL_AMFLAGS = -I m4
# Subdirectories to recurse into
SUBDIRS = lib src data doc po m4

View File

@ -30,10 +30,11 @@ AC_INIT([Star Traders], [7.10], [J.Zaitseff@zap.org.au], [trader], [http://www.z
AC_DEFINE([PACKAGE_AUTHOR], ["John Zaitseff"], [Package author])
AC_PREREQ([2.69])
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.11 -Wall -Werror foreign dist-bzip2])
AM_INIT_AUTOMAKE([1.15 -Wall -Werror foreign dist-xz])
AC_CONFIG_LIBOBJ_DIR([lib])
AC_PROG_CC