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:26:17 +02:00
parent ff48f79cca
commit 7a9326dac4

View file

@ -4,6 +4,7 @@ AC_CONFIG_SRCDIR([include/cryb/core.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])
############################################################################
#