0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-04 13:55:23 -05:00
bitcoin-core/autogen.sh
Josh Triplett 19b9adda52 autogen.sh: Support running from outside the source directory
Initial steps towards supporting out-of-tree builds.
2013-11-27 17:25:58 -08:00

5 lines
69 B
Bash
Executable file

#!/bin/sh
set -e
srcdir="$(dirname $0)"
cd "$srcdir"
autoreconf -vif