From 3018c4a56aab2ac1d8d5b228e6cbf13eea68b790 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Thu, 12 Feb 2015 15:27:28 +0000 Subject: automake: Use AM_DISTCHECK_CONFIGURE_FLAGS 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. Cc: "10.5" Signed-off-by: Emil Velikov Reviewed-by: Matt Turner --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 \ -- cgit v1.1