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

PKG_NAME="ayatana-indicator-messages"

which mate-autogen || {
	echo "You need mate-common from the MATE Desktop Environment"
	exit 1
}

. mate-autogen