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 }