Files
mixer-tools/autogen.sh
T
2016-03-22 13:16:03 -07:00

15 lines
199 B
Bash
Executable File

#!/bin/sh
set -e
autoreconf --force --install --symlink --warnings=all
args="\
--prefix=/usr \
--program-prefix=mixer-"
if test -z "${NOCONFIGURE}"; then
./configure $args "$@"
make clean
fi