From: Stepan Kasal Date: Tue, 15 May 2007 18:46:23 +0000 (+0200) Subject: build-sys: set DISTCHECK_CONFIGURE_FLAGS in top-level makefile X-Git-Tag: v2.13-rc1~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33d7e66054742db01c90e506d853cf7a4f9e4ec0;p=thirdparty%2Futil-linux.git build-sys: set DISTCHECK_CONFIGURE_FLAGS in top-level makefile Signed-off-by: Stepan Kasal --- diff --git a/Makefile.am b/Makefile.am index 1d964acba6..69b602b201 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)