[PATCH weston 1/2] build: use AM_DISTCHECK_CONFIGURE_FLAGS

Pekka Paalanen ppaalanen at gmail.com
Wed Aug 20 02:21:49 PDT 2014


From: Pekka Paalanen <pekka.paalanen at collabora.co.uk>

According to
http://www.gnu.org/software/automake/manual/html_node/Checking-the-Distribution.html
the DISTCHECK_CONFIGURE_FLAGS is for the user, while
AM_DISTCHECK_CONFIGURE_FLAGS is the one to use in Makefile.am.

Make it so.

Signed-off-by: Pekka Paalanen <pekka.paalanen at collabora.co.uk>
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 39af03f..a8ca3ba 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,7 +8,7 @@ module_LTLIBRARIES =
 noinst_LTLIBRARIES =
 BUILT_SOURCES =
 
-DISTCHECK_CONFIGURE_FLAGS = --disable-setuid-install
+AM_DISTCHECK_CONFIGURE_FLAGS = --disable-setuid-install
 
 EXTRA_DIST = weston.ini.in
 
-- 
1.8.5.5



More information about the wayland-devel mailing list