[PATCH weston 1/4] autotools: Use AM_DISTCHECK_CONFIGURE_FLAGS

Kristian Høgsberg hoegsberg at gmail.com
Sat Dec 7 14:45:25 PST 2013


On Fri, Dec 06, 2013 at 11:31:23PM +0100, Quentin Glidic wrote:
> From: Quentin Glidic <sardemff7+git at sardemff7.net>

I trust that AM_DISTCHECK_CONFIGURE_FLAGS is better than
DISTCHECK_CONFIGURE_FLAGS, but I'd have to check the automake manual
to figure out why that is.  This is something that the commit message
should explain briefly, so that I can understand why we're making this
change.

Kristian

> Signed-off-by: Quentin Glidic <sardemff7+git at sardemff7.net>
> ---
>  Makefile.am | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Makefile.am b/Makefile.am
> index 85d08e9..38b6ad6 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -1,3 +1,5 @@
> +AM_DISTCHECK_CONFIGURE_FLAGS = --disable-setuid-install
> +
>  if BUILD_WCAP_TOOLS
>  wcap_subdir = wcap
>  endif
> @@ -18,8 +20,6 @@ SUBDIRS =					\
>  	$(wcap_subdir)				\
>  	man
>  
> -DISTCHECK_CONFIGURE_FLAGS = --disable-setuid-install
> -
>  EXTRA_DIST = weston.ini.in wayland-scanner.mk
>  
>  weston.ini : $(srcdir)/weston.ini.in
> -- 
> 1.8.4.3
> 
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel


More information about the wayland-devel mailing list