summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2011-09-09 15:39:43 +0200
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2011-09-09 15:39:43 +0200
commit943049196366cee18f20668dcc73519b95abb879 (patch)
tree4e82313091f57e62bdb0cf78caadabefba2afac8
parentda5260de18a6d1bec25331bca3c3a7d68c87be0a (diff)
[configure.ac] default AM_MAINTAINER_MODE to enable
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6bfab873..054f88b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,7 +36,7 @@ AM_CONDITIONAL(HAVE_AM_SILENT_RULES, test x$HAVE_AM_SILENT_RULES != x)
dnl Create rules to automaticaly regenerate the config header.
AM_CONFIG_HEADER([config.h lasso/lasso_config.h])
dnl Add --enable-maintainer-mode option to configure.
-AM_MAINTAINER_MODE
+AM_MAINTAINER_MODE([enable])
dnl ==========================================================================
dnl Perform host specific configuration