diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -18,12 +18,11 @@ which mate-autogen || { } which yelp-build || { - echo "You need to install yelp-tools" + echo "You need to install yelp-tools" exit 1 } REQUIRED_AUTOMAKE_VERSION=1.9 -USE_MATE2_MACROS=1 USE_COMMON_DOC_BUILD=yes . mate-autogen |