mirror of
https://github.com/QuasarApp/QuasarAppCoin.git
synced 2025-05-08 15:39:36 +00: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
|