From: Emil Velikov Date: Thu, 12 Feb 2015 15:27:28 +0000 (+0000) Subject: automake: Use AM_DISTCHECK_CONFIGURE_FLAGS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3018c4a56aab2ac1d8d5b228e6cbf13eea68b790;p=mesa.git 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 --- diff --git a/Makefile.am b/Makefile.am index ccf9ac99467..f4f0912fa38 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 \