Use autoconf AM_MAINTAINER_MODE.
authorLars Persson <lars.persson@axis.com>
Wed, 12 Mar 2014 09:22:40 +0000 (10:22 +0100)
committerDavid Goulet <dgoulet@efficios.com>
Wed, 12 Mar 2014 15:12:31 +0000 (11:12 -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: David Goulet <dgoulet@efficios.com>
configure.ac

index ac7db5ea037ec236201ae0ed5df5e5d09ca4f0a5..207fa1aa81a4157385d1e182a142705247979020 100644 (file)
@@ -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
This page took 0.02577 seconds and 4 git commands to generate.