diff options
author | Dylan Baker <[email protected]> | 2019-01-30 09:44:24 -0800 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2019-01-30 09:45:14 -0800 |
commit | e7f6a5d17f6075589c570c050c0f04a94a65d9a2 (patch) | |
tree | da7698499cc4d64bbfa55abfffb00f42b2ad6a75 /Makefile.am | |
parent | 1f5f12687f69d1b4fd19d51b82d8579ea7d599b4 (diff) |
automake: Add --enable-autotools to distcheck flags
Fixes: e68777c87ceed02ab199b32f941778c3cf97c794
("autotools: Deprecate the use of autotools")
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 \ |