Files
bsdiff/autogen.sh
T
2016-02-16 11:57:55 -08:00

14 lines
173 B
Bash
Executable File

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