paper-gtk-theme/autogen.sh

11 lines
171 B
Bash
Raw Normal View History

2016-03-16 17:21:12 +01:00
#!/bin/sh
set -e
autoreconf --force --install --symlink --warnings=all
if test -z "${NOCONFIGURE}"; then
set -x
./configure --prefix=/usr "$@"
make clean
fi