From: Lars Persson Date: Wed, 12 Mar 2014 09:36:04 +0000 (+0100) Subject: Use autoconf AM_MAINTAINER_MODE X-Git-Tag: v0.9.0~98 X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=35eb2d6c400bebf1a9bb5bd07989cadd5be2bb71 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 --- diff --git a/configure.ac b/configure.ac index 3368b33..86f0e2b 100644 --- a/configure.ac +++ b/configure.ac @@ -13,6 +13,7 @@ AC_CONFIG_MACRO_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])]) m4_include([config/ax_tls.m4])