diff options
author | Stefano Karapetsas <[email protected]> | 2013-08-01 16:02:40 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-08-01 16:02:40 -0700 |
commit | d9a4a64e962b4ffe70fdfd87e31a1051d0931936 (patch) | |
tree | a9974be07c4c1d9a68221ec7261112616b9b4ea0 /autogen.sh | |
parent | 43fa96bbfa76bfdc13997b5a0bb8847f34cba60f (diff) | |
parent | 7c5fe783292f573e73369434c621e91fdb6b3291 (diff) | |
download | mate-power-manager-d9a4a64e962b4ffe70fdfd87e31a1051d0931936.tar.bz2 mate-power-manager-d9a4a64e962b4ffe70fdfd87e31a1051d0931936.tar.xz |
Merge pull request #69 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-power-manager" } 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 } |