From 846154aa357f1cb4f6c4bbaa96d8a4e79ec67bd4 Mon Sep 17 00:00:00 2001 From: Lars Persson Date: Wed, 12 Mar 2014 10:28:49 +0100 Subject: [PATCH] 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 --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index f507883a..6dafbc6c 100644 --- a/configure.ac +++ b/configure.ac @@ -19,6 +19,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])]) AC_CONFIG_SRCDIR([include/lttng/tracepoint.h]) -- 2.34.1