mirror of
https://git.zap.org.au/git/trader.git
synced 2024-12-04 14:46:45 -05: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:
parent
584682955f
commit
aa360d2788
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user