From e185f57e34498cb6408017c7b035216f14cf972d Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 31 Mar 2021 11:57:22 +0200 Subject: [PATCH] build-sys: cleanup distcheck options Signed-off-by: Karel Zak --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 6abad592a1..0e2d6ea3de 100644 --- a/Makefile.am +++ b/Makefile.am @@ -269,11 +269,11 @@ checklibdoc: $(top_srcdir)/libblkid/docs/libblkid-sections.txt DISTCHECK_CONFIGURE_FLAGS = \ + --disable-makeinstall-chown \ --disable-use-tty-group \ --disable-silent-rules \ + --disable-rpath \ --enable-all-programs \ - --disable-makeinstall-chown \ - --enable-static-programs \ --enable-gtk-doc \ --with-python \ --with-bashcompletiondir=$$dc_install_base/$(bashcompletiondir) \ -- 2.47.3