summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-02-10 02:31:30 +0100
committerinfirit <[email protected]>2014-02-10 02:42:27 +0100
commitc0f0c63c670d799dee4fa7577083d0cbace56db4 (patch)
treefa3edce229ba7d43918a350d12b584ed3dbefc2a /autogen.sh
parent954a44d6d56f54880ad91f0ed9ba1fd34fb14b10 (diff)
downloadmate-user-share-c0f0c63c670d799dee4fa7577083d0cbace56db4.tar.bz2
mate-user-share-c0f0c63c670d799dee4fa7577083d0cbace56db4.tar.xz
Restore user-guide and port to yelp
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 1dbc1d5..1aba146 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -13,7 +13,12 @@ PKG_NAME="mate-user-share"
}
which mate-autogen || {
- echo "You need to install mate-common from the MATE Git"
+ echo "You need to install mate-common"
+ exit 1
+}
+
+which yelp-build || {
+ echo "You need to install yelp-tools"
exit 1
}