From: Karel Zak Date: Wed, 31 Mar 2021 09:57:22 +0000 (+0200) Subject: build-sys: cleanup distcheck options X-Git-Tag: v2.37-rc1~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e185f57e34498cb6408017c7b035216f14cf972d;p=thirdparty%2Futil-linux.git build-sys: cleanup distcheck options Signed-off-by: Karel Zak --- 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) \