diff options
author | infirit <[email protected]> | 2013-08-01 14:25:30 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-08-01 14:25:30 +0200 |
commit | 886978d2efd71b829d677913ec65a5bfdcc64d91 (patch) | |
tree | 9114e844527b0a6b984402a7ac0a10453d824fcf /autogen.sh | |
parent | 8fb0d3fb26c376da3029450a182e82a9637f7d00 (diff) | |
download | mate-system-monitor-886978d2efd71b829d677913ec65a5bfdcc64d91.tar.bz2 mate-system-monitor-886978d2efd71b829d677913ec65a5bfdcc64d91.tar.xz |
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-system-monitor" } 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 } |