From: Lars Persson Date: Wed, 12 Mar 2014 09:22:40 +0000 (+0100) Subject: Use autoconf AM_MAINTAINER_MODE. X-Git-Tag: v2.4.1~14 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=ec5994479d25ce90759e7d710e286fe0cb33e54c;p=lttng-tools.git 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: David Goulet --- diff --git a/configure.ac b/configure.ac index 4d203f75e..92a21228f 100644 --- a/configure.ac +++ b/configure.ac @@ -4,6 +4,7 @@ AC_CANONICAL_TARGET AC_CANONICAL_HOST AC_CONFIG_MACRO_DIR([config]) AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip]) +AM_MAINTAINER_MODE([enable]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) # Compute minor/major/patchlevel version numbers