diff options
author | Emil Velikov <[email protected]> | 2015-02-12 15:27:28 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-02-18 11:02:44 +0000 |
commit | 3018c4a56aab2ac1d8d5b228e6cbf13eea68b790 (patch) | |
tree | 1ce2eb1357d83157731649d7184a58485df9dc2f /Makefile.am | |
parent | b0eada1707f0b7b4346663b98a7fb1a803580327 (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" <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
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 \ |