From: Ruediger Meier Date: Mon, 2 Jun 2014 21:59:07 +0000 (+0200) Subject: build-sys: restore make distcheck's configure flags X-Git-Tag: v2.25-rc1~50^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f339d2a5c291a9e1cfa547d56c58486f1db0fc49;p=thirdparty%2Futil-linux.git build-sys: restore make distcheck's configure flags They got lost with --enable-most-builds in 08b1c219. Note additionally we add --enable-gtk-doc but don't add --with-systemd because there are still many systems where systemd is not available. Signed-off-by: Ruediger Meier --- diff --git a/Makefile.am b/Makefile.am index 7d01765471..73ec1e2cba 100644 --- a/Makefile.am +++ b/Makefile.am @@ -161,12 +161,15 @@ checkxalloc: checkdecl: @ $(top_srcdir)/tools/checkdecl.sh -ENABLE_ALL = --enable-static-programs --enable-most-builds -DISTCHECK_CONFIGURE_FLAGS = --disable-use-tty-group \ - --disable-silent-rules $(ENABLE_ALL) \ - --with-bashcompletiondir=$$dc_install_base/$(bashcompletiondir) \ - --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) - +DISTCHECK_CONFIGURE_FLAGS = \ + --disable-use-tty-group \ + --disable-silent-rules \ + --enable-all-programs \ + --enable-static-programs \ + --enable-gtk-doc \ + --with-python \ + --with-bashcompletiondir=$$dc_install_base/$(bashcompletiondir) \ + --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) BUILT_SOURCES = .version .version: