summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-08-02 23:37:36 +0200
committerinfirit <[email protected]>2013-08-02 23:37:36 +0200
commit1d1e922bf2a82ed52d41dc01e6a8cbee919d6b20 (patch)
tree76937e6e95d2c16707585ff86dae7192577e2229 /autogen.sh
parent766a637d6e3616684f8b49b2f1b8c474ae0ec161 (diff)
downloadmate-sensors-applet-1d1e922bf2a82ed52d41dc01e6a8cbee919d6b20.tar.bz2
mate-sensors-applet-1d1e922bf2a82ed52d41dc01e6a8cbee919d6b20.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 3cde8a1..3748937 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -13,7 +13,12 @@ PKG_NAME="mate-sensors-applet"
}
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
}