diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -21,4 +21,9 @@ which mate-autogen || { exit 1 } +which yelp-build || { + echo "You need to install yelp-tools" + exit 1 +} + . mate-autogen "$@" |