From 1c1efb3565f3d7c18c422b5b7332809f7b3eec74 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ga=C3=ABl=20Bonithon?= <gael@xfce.org>
Date: Sun, 4 Feb 2024 12:52:34 +0100
Subject: [PATCH] build: Use AM_DISTCHECK_CONFIGURE_FLAGS

So user can extend or override the flags provided there by defining the
DISTCHECK_CONFIGURE_FLAGS variable.
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index aa74d35..4814836 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 
 NULL =
 
-DISTCHECK_CONFIGURE_FLAGS = \
+AM_DISTCHECK_CONFIGURE_FLAGS = \
 	--without-elogind  \
 	--without-systemd
 
-- 
GitLab