19b9adda52
Initial steps towards supporting out-of-tree builds.
5 lines
69 B
Bash
Executable file
5 lines
69 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
srcdir="$(dirname $0)"
|
|
cd "$srcdir"
|
|
autoreconf -vif
|