Re: [PATCH weston 1/4] autotools: Use AM_DISTCHECK_CONFIGURE_FLAGS

2013-12-07 Thread Kristian Høgsberg
On Fri, Dec 06, 2013 at 11:31:23PM +0100, Quentin Glidic wrote: > From: Quentin Glidic 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

[PATCH weston 1/4] autotools: Use AM_DISTCHECK_CONFIGURE_FLAGS

2013-12-06 Thread Quentin Glidic
From: Quentin Glidic Signed-off-by: Quentin Glidic --- 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