diff options
author | Stefano Karapetsas <[email protected]> | 2013-08-03 09:45:36 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-08-03 09:45:36 -0700 |
commit | f46847b158fb717ab39f8909f4856d39fdc56837 (patch) | |
tree | 022a072cb1c1797881e728b9b60eb0fb74d5500e /autogen.sh | |
parent | 1e8678642d984fc205fd803fffe915417802139f (diff) | |
parent | 7f7eeccf65d7f7f69ff78e2444d454cfdf765af8 (diff) | |
download | marco-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-x | autogen.sh | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |