From: Quentin Glidic <[email protected]> DISTCHECK_CONFIGURE_FLAGS should be for the user to override configure switches specified by the package maintainer using AM_DISTCHECK_CONFIGURE_FLAGS
Signed-off-by: Quentin Glidic <[email protected]> --- With a little comment on “why?” :-) 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
