~malept/awn-extras/bug-565792

1
2
3
4
5
6
#! /bin/sh
intltoolize -f || exit 1
autoreconf -v --install || exit 1
if test -z "$NOCONFIGURE"; then
	./configure --enable-maintainer-mode "$@"
fi