diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-12-07 14:28:46 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-12-08 17:13:56 +0100 |
commit | 1a6c720d44cc97a6c6920df073f1110b993c8461 (patch) | |
tree | 6d5b63beeac0107215b9eb2f60941576157c39e4 /configure.ac | |
parent | 6b67fc886bed7f3c4370bb7b02d8bd3b2752ed24 (diff) | |
download | gnutls-1a6c720d44cc97a6c6920df073f1110b993c8461.tar.gz |
configure: added option to enable maintainer mode
That makes normal builds, not regenerate Makefiles or configure,
allowing for faster CI builds on second stage.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index ef40f3d740..225cd3c200 100644 --- a/configure.ac +++ b/configure.ac @@ -58,6 +58,7 @@ if test "$ac_cv_prog_cc_c99" = "no"; then fi AX_CODE_COVERAGE +AM_MAINTAINER_MODE([enable]) AC_ARG_ENABLE(doc, AS_HELP_STRING([--disable-doc], [don't generate any documentation]), |