summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-08-06 13:18:42 -0700
committerStefano Karapetsas <[email protected]>2013-08-06 13:18:42 -0700
commit7920d644cd2c37d83c1b1305aef9b31dbe8fd3d0 (patch)
treeb4641f118996f228673d678952635c6500e5a439 /autogen.sh
parenta59fda7d006b856ac5982750f2ffdefd24191be0 (diff)
parent46da48cd9f8be3f36e36031b10681e3baff0dc94 (diff)
downloadmate-utils-7920d644cd2c37d83c1b1305aef9b31dbe8fd3d0.tar.bz2
mate-utils-7920d644cd2c37d83c1b1305aef9b31dbe8fd3d0.tar.xz
Merge pull request #33 from infirit/yelptools
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 c8512d1b..c09dc3e8 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -13,7 +13,12 @@ PKG_NAME="mate-utils"
}
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
}