Re: [Mesa-dev] [PATCH] automake: Use AM_DISTCHECK_CONFIGURE_FLAGS

2015-02-12 Thread Matt Turner
On Thu, Feb 12, 2015 at 7:27 AM, Emil Velikov wrote: > 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. I remember not being sure about which to use, but this makes more sense. Reviewed-b

[Mesa-dev] [PATCH] automake: Use AM_DISTCHECK_CONFIGURE_FLAGS

2015-02-12 Thread Emil Velikov
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. Signed-off-by: Emil Velikov --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am inde