diff options
author | infirit <[email protected]> | 2013-07-31 22:21:05 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-07-31 22:21:05 +0200 |
commit | 66e4a0a58e316b8703eecabf91a67647b1b45023 (patch) | |
tree | 49f623e8cb3cbaf869a3dc9a8833a81709ca3a3e /autogen.sh | |
parent | 1147056ef7143075d9e3156dc6a4dae0e7e562ca (diff) | |
download | eom-66e4a0a58e316b8703eecabf91a67647b1b45023.tar.bz2 eom-66e4a0a58e316b8703eecabf91a67647b1b45023.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,10 +13,15 @@ PKG_NAME="mate-image-viewer" } 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 +} + REQUIRED_AUTOMAKE_VERSION=1.9 MATE_DATADIR="$mate_datadir" |