Skip to content

Commit

Permalink
search for autoreconf binary
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcoin-tools authored Oct 20, 2024
1 parent 3642429 commit 1fadc5d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nodebuilder
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ compile_bitcoin_from_source()
cd "${COMPILE_DIRECTORY}"/

log_info 'Analyzing hardware configuration.'
log_info 'DEBUG searching for autoreconf without sudo'
find / -name autoreconf 2> /dev/null
log_info 'DEBUG searching for autoreconf with sudo'
sudo find / -name autoreconf 2> /dev/null
# shellcheck disable=SC2230
command -v autoreconf > /dev/null 2>&1 ||
hash autoreconf > /dev/null 2>&1 ||
Expand Down

0 comments on commit 1fadc5d

Please sign in to comment.