summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-07-31 17:48:12 +0200
committerinfirit <[email protected]>2013-07-31 17:48:12 +0200
commitf03a750b9d654d43bb582991e40b66f6bbde6341 (patch)
treecf01fa9f5aff31fdef2904bbfdcb83802c84ffc9 /autogen.sh
parent7cea830d6bb27cc902c6069d2d8fe1c14b0099cb (diff)
downloadengrampa-f03a750b9d654d43bb582991e40b66f6bbde6341.tar.bz2
engrampa-f03a750b9d654d43bb582991e40b66f6bbde6341.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 b2c8fbf..7f350db 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -13,7 +13,12 @@ PKG_NAME="mate-file-archiver"
}
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
}