~unity-team/unity/lucid

1 by Neil Jagdish Patel
[build] Initial commit
1
#!/bin/sh
2
3
PKG_NAME="unity"
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