From 66e4a0a58e316b8703eecabf91a67647b1b45023 Mon Sep 17 00:00:00 2001 From: infirit Date: Wed, 31 Jul 2013 22:21:05 +0200 Subject: Use yelp-tools instead of mate-doc-utils --- autogen.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 3bb5509..502f155 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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" -- cgit v1.2.1