From f339d2a5c291a9e1cfa547d56c58486f1db0fc49 Mon Sep 17 00:00:00 2001 From: Ruediger Meier Date: Mon, 2 Jun 2014 23:59:07 +0200 Subject: 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 --- Makefile.am | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 7d0176547..73ec1e2cb 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: -- cgit v1.2.3-55-g7522