paper-icon-theme/autogen.sh

11 lines
171 B
Bash
Raw Normal View History

2015-04-28 17:08:15 -04:00
#!/bin/sh
2015-12-08 18:36:53 -05:00
set -e
autoreconf --force --install --symlink --warnings=all
if test -z "${NOCONFIGURE}"; then
set -x
./configure --prefix=/usr "$@"
make clean
fi