<div dir="ltr">Looks OK to me<br><div class="gmail_extra"><br></div><div class="gmail_extra">Reviewed-by: Marek Chalupa <<a href="mailto:mchqwerty@gmail.com" target="_blank">mchqwerty@gmail.com</a>><br></div><div class="gmail_extra">

<br><div class="gmail_quote">On 20 August 2014 11:21, Pekka Paalanen <span dir="ltr"><<a href="mailto:ppaalanen@gmail.com" target="_blank">ppaalanen@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

From: Pekka Paalanen <<a href="mailto:pekka.paalanen@collabora.co.uk" target="_blank">pekka.paalanen@collabora.co.uk</a>><br>
<br>
According to<br>
<a href="http://www.gnu.org/software/automake/manual/html_node/Checking-the-Distribution.html" target="_blank">http://www.gnu.org/software/automake/manual/html_node/Checking-the-Distribution.html</a><br>
the DISTCHECK_CONFIGURE_FLAGS is for the user, while<br>
AM_DISTCHECK_CONFIGURE_FLAGS is the one to use in Makefile.am.<br>
<br>
Make it so.<br>
<br>
Signed-off-by: Pekka Paalanen <<a href="mailto:pekka.paalanen@collabora.co.uk" target="_blank">pekka.paalanen@collabora.co.uk</a>><br>
---<br>
 Makefile.am | 2 +-<br>
 1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/Makefile.am b/Makefile.am<br>
index 39af03f..a8ca3ba 100644<br>
--- a/Makefile.am<br>
+++ b/Makefile.am<br>
@@ -8,7 +8,7 @@ module_LTLIBRARIES =<br>
 noinst_LTLIBRARIES =<br>
 BUILT_SOURCES =<br>
<br>
-DISTCHECK_CONFIGURE_FLAGS = --disable-setuid-install<br>
+AM_DISTCHECK_CONFIGURE_FLAGS = --disable-setuid-install<br>
<br>
 EXTRA_DIST = <a href="http://weston.ini.in" target="_blank">weston.ini.in</a><br>
<span><font color="#888888"><br>
--<br>
1.8.5.5<br>
<br>
_______________________________________________<br>
wayland-devel mailing list<br>
<a href="mailto:wayland-devel@lists.freedesktop.org" target="_blank">wayland-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/wayland-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/wayland-devel</a><br>
</font></span></blockquote></div><br></div></div>