Files
paper-gtk-theme/autogen.sh
2016-03-16 12:21:12 -04:00

11 lines
171 B
Bash

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