summaryrefslogtreecommitdiffstats
path: root/Makefile.am
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-18 11:02:44 +0000
commit3018c4a56aab2ac1d8d5b228e6cbf13eea68b790 (patch)
tree1ce2eb1357d83157731649d7184a58485df9dc2f /Makefile.am
parentb0eada1707f0b7b4346663b98a7fb1a803580327 (diff)
downloadexternal_mesa3d-3018c4a56aab2ac1d8d5b228e6cbf13eea68b790.zip
external_mesa3d-3018c4a56aab2ac1d8d5b228e6cbf13eea68b790.tar.gz
external_mesa3d-3018c4a56aab2ac1d8d5b228e6cbf13eea68b790.tar.bz2
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>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 \