From 33d7e66054742db01c90e506d853cf7a4f9e4ec0 Mon Sep 17 00:00:00 2001 From: Stepan Kasal Date: Tue, 15 May 2007 20:46:23 +0200 Subject: build-sys: set DISTCHECK_CONFIGURE_FLAGS in top-level makefile Signed-off-by: Stepan Kasal --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 1d964acba..69b602b20 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,3 +39,8 @@ mrproper: distclean cd config; rm -f `cat ../.gitignore`; cd .. ; \ cd po; rm -f `cat .gitignore`; cd .. ; \ fi + +ENABLE_ALL = --enable-elvtune --enable-init --enable-kill --enable-last \ + --enable-mesg --enable-partx --enable-raw --enable-rdev --enable-reset \ + --enable-login-utils --enable-write +DISTCHECK_CONFIGURE_FLAGS = --disable-use-tty-group $(ENABLE_ALL) -- cgit v1.2.3-55-g7522