From 751111811814e7f653f119f88e03494987a44ba6 Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Wed, 20 Aug 2014 12:08:37 +0300 Subject: [PATCH] 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 --- 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 -- 2.7.4