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:
Dag-Erling Smørgrav 2018-05-05 15:29:41 +02:00
parent 12ff759ffe
commit f7e4233b4c
1 changed files with 1 additions and 0 deletions

View File

@ -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])
############################################################################
#