[lttng-dev] [PATCH userspace-rcu] Use autoconf AM_MAINTAINER_MODE.

Mathieu Desnoyers mathieu.desnoyers at efficios.com
Thu Mar 13 09:02:12 EDT 2014


Merged, thanks!

Mathieu

----- Original Message -----
> From: "Lars Persson" <lars.persson at axis.com>
> To: lttng-dev at lists.lttng.org
> Cc: "Lars Persson" <larper at axis.com>
> Sent: Wednesday, March 12, 2014 5:36:04 AM
> Subject: [lttng-dev] [PATCH userspace-rcu] 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 <larper at axis.com>
> ---
>  configure.ac |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 079c145..f950726 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])
> --
> 1.7.2.5
> 
> 
> _______________________________________________
> lttng-dev mailing list
> lttng-dev at lists.lttng.org
> http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
> 

-- 
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com



More information about the lttng-dev mailing list