config/functions: more quiet autoreconf

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-02-24 23:08:08 +01:00
parent 0fc1ca126d
commit d215d9e7de

View File

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