diff options
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,8 +21,8 @@ which mate-autogen || { } which yelp-build || { - echo "You need to install yelp-tools" + echo "You need to install yelp-tools" exit 1 } -USE_MATE2_MACROS=1 USE_COMMON_DOC_BUILD=yes . mate-autogen +USE_COMMON_DOC_BUILD=yes . mate-autogen |