summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-08-01 14:10:44 +0200
committerinfirit <[email protected]>2013-08-01 14:10:44 +0200
commit7c5fe783292f573e73369434c621e91fdb6b3291 (patch)
treed57a153f630ff4f3da89c623f1e1d6d0b014cd67 /autogen.sh
parent3be92767b85acabf1f30e010cca425d322b89de2 (diff)
downloadmate-power-manager-7c5fe783292f573e73369434c621e91fdb6b3291.tar.bz2
mate-power-manager-7c5fe783292f573e73369434c621e91fdb6b3291.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 193b10a..d53e0eb 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -13,7 +13,12 @@ PKG_NAME="mate-power-manager"
}
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
}