From: Dylan Baker Date: Wed, 30 Jan 2019 17:44:24 +0000 (-0800) Subject: automake: Add --enable-autotools to distcheck flags X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=da48cba61ef6fefb799bf96e6364b70dbf4ec712;p=mesa.git automake: Add --enable-autotools to distcheck flags Fixes: e68777c87ceed02ab199b32f941778c3cf97c794 ("autotools: Deprecate the use of autotools") Reviewed-by: Matt Turner --- 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 \