Use autoconf AM_MAINTAINER_MODE
authorLars Persson <lars.persson@axis.com>
Wed, 12 Mar 2014 09:05:17 +0000 (10:05 +0100)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 13 Mar 2014 12:59:42 +0000 (08:59 -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 7a986126f5604a5d69574b5beee8e775443aa9c9..faa3f98472a5e7541d77f9c3efa76b23664df880 100644 (file)
@@ -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])
This page took 0.038329 seconds and 4 git commands to generate.