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:10:51 +0000 (11:10 -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 614c8d1a47c336527862730beb8a2aded0984c65..26f286b06bdd4c48df32ff39a4d8f3fec1f7eb57 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.027127 seconds and 5 git commands to generate.