mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-21 21:25:50 +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
ff48f79cca
commit
7a9326dac4
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ AC_CONFIG_SRCDIR([include/cryb/core.h])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-xz])
|
AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-xz])
|
||||||
AM_CONFIG_HEADER([include/config.h])
|
AM_CONFIG_HEADER([include/config.h])
|
||||||
|
AM_MAINTAINER_MODE([enable])
|
||||||
|
|
||||||
############################################################################
|
############################################################################
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue