From d215d9e7de89b34a6af50fa2aa8729bd3f1ae7cd Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 24 Feb 2011 23:08:08 +0100 Subject: [PATCH] config/functions: more quiet autoreconf Signed-off-by: Stephan Raue --- config/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/functions b/config/functions index a2eb652494..d7ca75667b 100644 --- a/config/functions +++ b/config/functions @@ -134,7 +134,7 @@ do_autoreconf() { export AUTORECONF="$ROOT/$TOOLCHAIN/bin/autoreconf -v -f -i -I $ACLOCAL_DIR" mkdir -p $ACLOCAL_DIR - autoreconf --verbose --force --install -I $ACLOCAL_DIR $@ + autoreconf --force --install -I $ACLOCAL_DIR $@ fi }