summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-02-12 15:27:28 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2015-02-24 12:30:04 +0000
commit9bd832c24c38ca1268a7e73656dc20ff8ab26254 (patch)
treeadeec09c19beb4151f037a490181846366ff7440
parentae275a653aa3400332e4877a46f3b9f7cc2dcf74 (diff)
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" <mesa-stable@lists.freedesktop.org> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Matt Turner <mattst88@gmail.com> (cherry picked from commit 3018c4a56aab2ac1d8d5b228e6cbf13eea68b790)
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 \