Mesa (master): automake: Use AM_DISTCHECK_CONFIGURE_FLAGS

Emil Velikov evelikov at kemper.freedesktop.org
Wed Feb 18 11:14:28 UTC 2015


Module: Mesa
Branch: master
Commit: 3018c4a56aab2ac1d8d5b228e6cbf13eea68b790
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3018c4a56aab2ac1d8d5b228e6cbf13eea68b790

Author: Emil Velikov <emil.l.velikov at gmail.com>
Date:   Thu Feb 12 15:27:28 2015 +0000

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 at lists.freedesktop.org>
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
Reviewed-by: Matt Turner <mattst88 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 \




More information about the mesa-commit mailing list