Initial steps towards supporting out-of-tree builds.pull/323/head
parent
97d285ab51
commit
19b9adda52
@ -1,3 +1,5 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
srcdir="$(dirname $0)"
|
||||
cd "$srcdir"
|
||||
autoreconf -vif
|
||||
|
Loading…
Reference in new issue