Move auxiliary build tools to build-aux/

This commit is contained in:
Markus Armbruster 2013-05-06 20:03:22 +02:00
parent da7bc94a34
commit fad8e7f7b9
7 changed files with 4 additions and 2 deletions

View file

@ -369,7 +369,8 @@ dist-client: $(cli_distgen)
-C $(srcdir)/src/lib/global version.c \
-C $(srcdir)/src/lib $(addprefix w32/, $(client/w32)) \
-C $(srcdir)/man empire.6 \
-C $(srcdir) COPYING INSTALL install-sh
-C $(srcdir)/build-aux install-sh \
-C $(srcdir) COPYING INSTALL
.PHONY: dist-info
dist-info: info html

View file

View file

@ -27,7 +27,7 @@
# configure.ac: Autoconf input file
#
# Known contributors to this file:
# Markus Armbruster, 2005-2010
# Markus Armbruster, 2005-2013
#
# Process this file with autoconf to produce a configure script.
@ -40,6 +40,7 @@ AC_PREREQ(2.64)
AC_INIT([Wolfpack Empire], [4.3.31], [wolfpack@wolfpackempire.com], [empire],
[http://www.wolfpackempire.com/])
AC_CONFIG_SRCDIR([include/combat.h])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])