[Mesa-dev] [PATCH] automake: Use AM_DISTCHECK_CONFIGURE_FLAGS

Emil Velikov emil.l.velikov at gmail.com
Thu Feb 12 07:27:28 PST 2015


Currently we use DISTCHECK_CONFIGURE_FLAGS, which is reserved for
the user. As with other variables, one should use the AM_ variable
within the makefile.

Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index ccf9ac9..f4f0912 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,7 +21,7 @@
 
 SUBDIRS = src
 
-DISTCHECK_CONFIGURE_FLAGS = \
+AM_DISTCHECK_CONFIGURE_FLAGS = \
 	--enable-dri3 \
 	--enable-gallium-tests \
 	--enable-gbm \
-- 
2.2.2



More information about the mesa-dev mailing list