summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-08-01 14:25:30 +0200
committerinfirit <[email protected]>2013-08-01 14:25:30 +0200
commit886978d2efd71b829d677913ec65a5bfdcc64d91 (patch)
tree9114e844527b0a6b984402a7ac0a10453d824fcf /autogen.sh
parent8fb0d3fb26c376da3029450a182e82a9637f7d00 (diff)
downloadmate-system-monitor-886978d2efd71b829d677913ec65a5bfdcc64d91.tar.bz2
mate-system-monitor-886978d2efd71b829d677913ec65a5bfdcc64d91.tar.xz
Use yelp-tools instead of mate-doc-utils
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 decea78..1a65288 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -13,7 +13,12 @@ PKG_NAME="mate-system-monitor"
}
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
}