mirror of
https://github.com/cryb-to/cryb-otp.git
synced 2024-11-21 13:05:45 +00:00
Explicitly enable maintainer mode.
This is the default if the AM_MAINTAINER_MODE macro is not invoked, but invoking it also creates the --disable-maintainer-mode option which some automated build tools use to speed up builds from a clean tree.
This commit is contained in:
parent
12ff759ffe
commit
f7e4233b4c
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ AC_CONFIG_SRCDIR([include/cryb/otp.h])
|
|||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-xz])
|
||||
AM_CONFIG_HEADER([include/config.h])
|
||||
AM_MAINTAINER_MODE([enable])
|
||||
|
||||
############################################################################
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue