xca/bootstrap
2015-02-21 06:16:56 +01:00

13 lines
149 B
Bash
Executable File

#!/bin/sh
if test -n "$1"; then
mkdir -p "$1"
O="$1/"
fi
O="${O}configure"
aclocal -Im4
autoconf -o $O
rm -f aclocal.m4
rm -rf autom4te.cache/