mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 02:33:24 -03:00
19b9adda52
Initial steps towards supporting out-of-tree builds.
5 lines
69 B
Bash
Executable file
5 lines
69 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
srcdir="$(dirname $0)"
|
|
cd "$srcdir"
|
|
autoreconf -vif
|