mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-27 03:33:27 -03:00
autogen.sh: Stop passing --verbose to autoreconf
This quiets down the autotools build, making warnings much more visible.
This commit is contained in:
parent
e12dafd7bb
commit
82ccb05b07
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@
|
||||||
set -e
|
set -e
|
||||||
srcdir="$(dirname $0)"
|
srcdir="$(dirname $0)"
|
||||||
cd "$srcdir"
|
cd "$srcdir"
|
||||||
autoreconf --verbose --install --force
|
autoreconf --install --force
|
||||||
|
|
Loading…
Add table
Reference in a new issue