summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-08-01 02:09:28 -0700
committerStefano Karapetsas <[email protected]>2013-08-01 02:09:28 -0700
commit472e1e834bc1033c1ec8f0f88250460e138fbf35 (patch)
treec4967b90002a8e0ef102b26e07b07bf7d1420b6f /autogen.sh
parent95ebd69d2966d331d6e294c8f09fa8b5bf0862ee (diff)
parentf03a750b9d654d43bb582991e40b66f6bbde6341 (diff)
downloadengrampa-472e1e834bc1033c1ec8f0f88250460e138fbf35.tar.bz2
engrampa-472e1e834bc1033c1ec8f0f88250460e138fbf35.tar.xz
Merge pull request #23 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 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
}