From: Lars Persson Date: Wed, 12 Mar 2014 09:05:17 +0000 (+0100) Subject: Use autoconf AM_MAINTAINER_MODE X-Git-Tag: v2.0.0-pre1~1556 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=99e3ba41ff0cb379032b7efa89392a6216091efa;hp=26b545c0919f72c7e1e1fb09b7b155367753082d Use autoconf AM_MAINTAINER_MODE Give distribution maintainers the option to skip rebuilding autoconf and automake generated files. The default behaviour is still to have the rebuild rules enabled. Signed-off-by: Lars Persson Signed-off-by: Mathieu Desnoyers --- diff --git a/configure.ac b/configure.ac index 7a986126..faa3f984 100644 --- a/configure.ac +++ b/configure.ac @@ -11,6 +11,7 @@ AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip]) +AM_MAINTAINER_MODE([enable]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_CONFIG_MACRO_DIR([m4])