diff options
author | infirit <[email protected]> | 2013-08-02 17:30:47 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-08-02 17:30:47 +0200 |
commit | ddb856f330e2cf0966e7fc14abee004dad87c8e7 (patch) | |
tree | e1339fc61e603a3a2be7ec349c895111000e33a3 /autogen.sh | |
parent | e5d73da5e1d559ba37ec3861f804e2d53ede41d1 (diff) | |
download | mate-calc-ddb856f330e2cf0966e7fc14abee004dad87c8e7.tar.bz2 mate-calc-ddb856f330e2cf0966e7fc14abee004dad87c8e7.tar.xz |
Enable yelp and ghelp: -> help:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |