From da48cba61ef6fefb799bf96e6364b70dbf4ec712 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Wed, 30 Jan 2019 09:44:24 -0800 Subject: [PATCH] automake: Add --enable-autotools to distcheck flags Fixes: e68777c87ceed02ab199b32f941778c3cf97c794 ("autotools: Deprecate the use of autotools") Reviewed-by: Matt Turner --- Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.30.2