~karl-qdh/indicator-datetime/fixappointmentformat

1 by Ted Gould
Boot strap
1
#!/bin/sh
2
3
PKG_NAME="indicator-datetime"
4
5
which gnome-autogen.sh || {
6.1.1 by Ted Gould
Small change
6
	echo "You need gnome-common from GNOME Git"
1 by Ted Gould
Boot strap
7
	exit 1
8
}
9
10
USE_GNOME2_MACROS=1 \
11
. gnome-autogen.sh $@