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

Enable maintainer mode in configure.ac

Although maintainer mode is the default, explicitly listing in
configure.ac allows users (or distributions, more to the point) of
disabling it by passing "--disable-maintainer-mode" to ./configure.
This commit is contained in:
John Zaitseff 2017-05-20 09:06:00 +10:00
parent 584682955f
commit aa360d2788

View File

@ -35,6 +35,7 @@ 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_MAINTAINER_MODE([enable])
AC_CONFIG_LIBOBJ_DIR([lib])
AC_PROG_CC