On Fri, Dec 06, 2013 at 11:31:23PM +0100, Quentin Glidic wrote: > From: Quentin Glidic <[email protected]>
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 <[email protected]> > --- > 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 > [email protected] > http://lists.freedesktop.org/mailman/listinfo/wayland-devel _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
