mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 11:32:46 +01:00
19b9adda52
Initial steps towards supporting out-of-tree builds.
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
|