diff options
author | Stefano Karapetsas <[email protected]> | 2013-08-01 16:29:19 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-08-01 16:29:19 -0700 |
commit | e8d72543591c74ba8cc9e7255a77ddb97d1618f0 (patch) | |
tree | 111f4891de5026bbd95ac11bd4cda14508614042 /autogen.sh | |
parent | db06e0af97a338992db45656f2ca9cd4a30abfe6 (diff) | |
parent | 13129792ac2ee82d15706029f92f5b0c29b22493 (diff) | |
download | mate-control-center-e8d72543591c74ba8cc9e7255a77ddb97d1618f0.tar.bz2 mate-control-center-e8d72543591c74ba8cc9e7255a77ddb97d1618f0.tar.xz |
Merge pull request #61 from infirit/yelptools
Use yelp-tools instead of mate-doc-utils
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -13,10 +13,14 @@ PKG_NAME="mate-control-center" } 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" +} + REQUIRED_AUTOMAKE_VERSION=1.9 USE_MATE2_MACROS=1 USE_COMMON_DOC_BUILD=yes |