summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-08-02 17:30:47 +0200
committerinfirit <[email protected]>2013-08-02 17:30:47 +0200
commitddb856f330e2cf0966e7fc14abee004dad87c8e7 (patch)
treee1339fc61e603a3a2be7ec349c895111000e33a3 /autogen.sh
parente5d73da5e1d559ba37ec3861f804e2d53ede41d1 (diff)
downloadmate-calc-ddb856f330e2cf0966e7fc14abee004dad87c8e7.tar.bz2
mate-calc-ddb856f330e2cf0966e7fc14abee004dad87c8e7.tar.xz
Enable yelp and ghelp: -> help:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh8
1 files changed, 7 insertions, 1 deletions
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