Use autoconf AM_MAINTAINER_MODE
authorLars Persson <lars.persson@axis.com>
Wed, 12 Mar 2014 09:28:49 +0000 (10:28 +0100)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 13 Mar 2014 13:01:09 +0000 (09:01 -0400)
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 <larper@axis.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
configure.ac

index f507883aff5d2cfad817ec2962f483976285ecdd..6dafbc6cb3c815e9e0cc080e9aa3e09f1e709861 100644 (file)
@@ -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])
 
This page took 0.025415 seconds and 4 git commands to generate.