~kylehuff/awn-extras/weather_applet_hourly

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