mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-18 13:52:25 +01:00
6 lines
69 B
Bash
Executable File
6 lines
69 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
srcdir="$(dirname $0)"
|
|
cd "$srcdir"
|
|
autoreconf -vif
|