build-sys: set DISTCHECK_CONFIGURE_FLAGS in top-level makefile

Signed-off-by: Stepan Kasal <skasal@redhat.com>
This commit is contained in:
Stepan Kasal 2007-05-15 20:46:23 +02:00 committed by Karel Zak
parent 028575a474
commit 33d7e66054
1 changed files with 5 additions and 0 deletions

View File

@ -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)