diff options
author | Stefano Karapetsas <[email protected]> | 2013-08-03 09:31:57 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-08-03 09:31:57 -0700 |
commit | 69be83e2afbc0d1f2e436434bcb6bdc1cf60260a (patch) | |
tree | 358ba5588772e8a3adeb8ae523c87f7f8365374a /autogen.sh | |
parent | 3bd935a21f54a78bee26999e09af74eb86c5fdf2 (diff) | |
parent | 469ced618af5cd39b46d58cc0206be396bbf45e5 (diff) | |
download | mate-terminal-69be83e2afbc0d1f2e436434bcb6bdc1cf60260a.tar.bz2 mate-terminal-69be83e2afbc0d1f2e436434bcb6bdc1cf60260a.tar.xz |
Merge pull request #35 from infirit/yelptools
Use yelp-tools instead of mate-doc-utils
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -13,7 +13,12 @@ PKG_NAME="mate-terminal" } 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 } |