mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-25 16:10:33 +02:00
6 lines
82 B
Bash
Executable File
6 lines
82 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
srcdir="$(dirname $0)"
|
|
cd "$srcdir"
|
|
autoreconf --install --force
|