From ddb856f330e2cf0966e7fc14abee004dad87c8e7 Mon Sep 17 00:00:00 2001 From: infirit Date: Fri, 2 Aug 2013 17:30:47 +0200 Subject: Enable yelp and ghelp: -> help: --- autogen.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 0645f28..9d96f39 100755 --- a/autogen.sh +++ b/autogen.sh @@ -6,7 +6,7 @@ test -z "$srcdir" && srcdir=. PKG_NAME="mate-calc" REQUIRED_AUTOMAKE_VERSION=1.7 -#REQUIRED_YELP_TOOLS_VERSION=3.1.1 +REQUIRED_YELP_TOOLS_VERSION=3.1.1 (test -f $srcdir/configure.ac \ && test -d $srcdir/src) || { @@ -19,4 +19,10 @@ which mate-autogen || { echo "You need to install mate-common from the MATE git" exit 1 } + +which yelp-build || { + echo "You need to install yelp-tools" + exit 1 +} + USE_MATE2_MACROS=1 USE_COMMON_DOC_BUILD=yes . mate-autogen -- cgit v1.2.1