mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-01-31 10:30:52 +00:00
autogen.sh: Support running from outside the source directory
Initial steps towards supporting out-of-tree builds.
This commit is contained in:
parent
97d285ab51
commit
19b9adda52
@ -1,3 +1,5 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
srcdir="$(dirname $0)"
|
||||
cd "$srcdir"
|
||||
autoreconf -vif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user