xca/bootstrap
Christian Hohnstaedt e50dc5824e Switch to autoconf for the configure script
Adapt build system paths and windows build script
2014-11-05 14:05:58 +01:00

11 lines
114 B
Bash
Executable File

#!/bin/sh
if test -n "$1"; then
mkdir -p "$1"
O="$1/"
fi
O="${O}configure"
aclocal -Im4
exec autoconf -o $O