mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-30 18:51:15 +02:00
autogen.sh: Use long options to autoreconf, for self-documentation
This commit is contained in:
@ -2,4 +2,4 @@
|
|||||||
set -e
|
set -e
|
||||||
srcdir="$(dirname $0)"
|
srcdir="$(dirname $0)"
|
||||||
cd "$srcdir"
|
cd "$srcdir"
|
||||||
autoreconf -vif
|
autoreconf --verbose --install --force
|
||||||
|
Reference in New Issue
Block a user