summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-08-03 09:45:36 -0700
committerStefano Karapetsas <[email protected]>2013-08-03 09:45:36 -0700
commitf46847b158fb717ab39f8909f4856d39fdc56837 (patch)
tree022a072cb1c1797881e728b9b60eb0fb74d5500e /autogen.sh
parent1e8678642d984fc205fd803fffe915417802139f (diff)
parent7f7eeccf65d7f7f69ff78e2444d454cfdf765af8 (diff)
downloadmarco-f46847b158fb717ab39f8909f4856d39fdc56837.tar.bz2
marco-f46847b158fb717ab39f8909f4856d39fdc56837.tar.xz
Merge pull request #55 from infirit/yelptools
Use yelp-tools instead of mate-doc-utils
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 93f6f966..d79eaca6 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