From: Pekka Paalanen Date: Wed, 20 Aug 2014 09:08:37 +0000 (+0300) Subject: build: use AM_DISTCHECK_CONFIGURE_FLAGS X-Git-Tag: 1.5.91~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=751111811814e7f653f119f88e03494987a44ba6;p=platform%2Fupstream%2Fweston.git build: use AM_DISTCHECK_CONFIGURE_FLAGS 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 Reviewed-by: Boyan Ding Reviewed-by: Marek Chalupa --- 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