diff options
author | rbuj <[email protected]> | 2020-11-16 08:58:14 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-11-18 12:37:47 +0100 |
commit | 9bb3c5992710ce93e81384e5b21fc992a3d1a20d (patch) | |
tree | 4b9d686da936aed274fc634d39b0a302725d1910 | |
parent | 4a0c328ad5076f8e26ef73ae64db09b9721c28dc (diff) | |
download | mate-utils-9bb3c5992710ce93e81384e5b21fc992a3d1a20d.tar.bz2 mate-utils-9bb3c5992710ce93e81384e5b21fc992a3d1a20d.tar.xz |
Remove USE_MATE2_MACROS from autogen.sh (legacy)
-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 |