Move auxiliary build tools to build-aux/
This commit is contained in:
parent
da7bc94a34
commit
fad8e7f7b9
7 changed files with 4 additions and 2 deletions
3
Make.mk
3
Make.mk
|
@ -369,7 +369,8 @@ dist-client: $(cli_distgen)
|
||||||
-C $(srcdir)/src/lib/global version.c \
|
-C $(srcdir)/src/lib/global version.c \
|
||||||
-C $(srcdir)/src/lib $(addprefix w32/, $(client/w32)) \
|
-C $(srcdir)/src/lib $(addprefix w32/, $(client/w32)) \
|
||||||
-C $(srcdir)/man empire.6 \
|
-C $(srcdir)/man empire.6 \
|
||||||
-C $(srcdir) COPYING INSTALL install-sh
|
-C $(srcdir)/build-aux install-sh \
|
||||||
|
-C $(srcdir) COPYING INSTALL
|
||||||
|
|
||||||
.PHONY: dist-info
|
.PHONY: dist-info
|
||||||
dist-info: info html
|
dist-info: info html
|
||||||
|
|
0
config.guess → build-aux/config.guess
vendored
0
config.guess → build-aux/config.guess
vendored
0
config.sub → build-aux/config.sub
vendored
0
config.sub → build-aux/config.sub
vendored
|
@ -27,7 +27,7 @@
|
||||||
# configure.ac: Autoconf input file
|
# configure.ac: Autoconf input file
|
||||||
#
|
#
|
||||||
# Known contributors to this file:
|
# Known contributors to this file:
|
||||||
# Markus Armbruster, 2005-2010
|
# Markus Armbruster, 2005-2013
|
||||||
#
|
#
|
||||||
# Process this file with autoconf to produce a configure script.
|
# 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],
|
AC_INIT([Wolfpack Empire], [4.3.31], [wolfpack@wolfpackempire.com], [empire],
|
||||||
[http://www.wolfpackempire.com/])
|
[http://www.wolfpackempire.com/])
|
||||||
AC_CONFIG_SRCDIR([include/combat.h])
|
AC_CONFIG_SRCDIR([include/combat.h])
|
||||||
|
AC_CONFIG_AUX_DIR([build-aux])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue