From cceaed2400a5db758f48a372e429e3410271275f Mon Sep 17 00:00:00 2001 From: infirit Date: Fri, 2 Aug 2013 13:53:04 +0200 Subject: Use yelp-tools instead of mate-doc-utils --- autogen.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index d3a03636..ac67ee67 100755 --- a/autogen.sh +++ b/autogen.sh @@ -17,6 +17,11 @@ which mate-autogen || { exit 1 } +which yelp-build || { + echo "You need to install yelp-tools" + exit 1 +} + REQUIRED_AUTOMAKE_VERSION=1.9 USE_MATE2_MACROS=1 USE_COMMON_DOC_BUILD=yes -- cgit v1.2.1