From 46da48cd9f8be3f36e36031b10681e3baff0dc94 Mon Sep 17 00:00:00 2001 From: infirit Date: Sat, 3 Aug 2013 01:24:52 +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 c8512d1b..c09dc3e8 100755 --- a/autogen.sh +++ b/autogen.sh @@ -13,7 +13,12 @@ PKG_NAME="mate-utils" } 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 } -- cgit v1.2.1