diff options
author | Dylan Baker <[email protected]> | 2019-01-30 09:44:24 -0800 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2019-01-30 19:32:44 +0000 |
commit | da48cba61ef6fefb799bf96e6364b70dbf4ec712 (patch) | |
tree | f70cd7188b2fc115707a6f41574eab267778d4fa /Makefile.am | |
parent | ffbd37d8e98dfae4ed9ba3abedd2db0b7223c394 (diff) |
automake: Add --enable-autotools to distcheck flags
Fixes: e68777c87ceed02ab199b32f941778c3cf97c794
("autotools: Deprecate the use of autotools")
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e7e14f5b3cd..6d3c8cc19b4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,6 +22,7 @@ SUBDIRS = src AM_DISTCHECK_CONFIGURE_FLAGS = \ + --enable-autotools \ --enable-dri \ --enable-dri3 \ --enable-egl \ |