aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
blob: cb33d0b5ecf14d747799be80296a3cee56e393b9 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

PKG_NAME="libindicator"

which mate-autogen || {
	echo "You need mate-common from https://git.mate-desktop.org/mate-common."
	exit 1
}

. mate-autogen