[configure.ac] default AM_MAINTAINER_MODE to enable

This commit is contained in:
Benjamin Dauvergne 2011-09-09 15:39:43 +02:00
parent da5260de18
commit 9430491963
1 changed files with 1 additions and 1 deletions

View File

@ -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