~charlesk/indicator-session/lp-1027952

1 by Ted Gould
Checkmark checkin
1
#!/bin/sh
2
16.1.1 by Ted Gould
Changing the name from SUS to Session
3
PKG_NAME="indicator-session"
1 by Ted Gould
Checkmark checkin
4
5
which gnome-autogen.sh || {
6
	echo "You need gnome-common from GNOME SVN"
7
	exit 1
8
}
9
10
USE_GNOME2_MACROS=1 \
11
. gnome-autogen.sh