diff options
author | rbuj <[email protected]> | 2020-11-16 08:17:28 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-11-16 17:38:37 +0100 |
commit | cfa0ac2e0ec0a4c9dd7476487898bbac403d7b19 (patch) | |
tree | 284e38869885996f686cdcc713683839daa7d328 | |
parent | a9dc63edf357f50bd70071cf6baa4ca6658d420e (diff) | |
download | atril-cfa0ac2e0ec0a4c9dd7476487898bbac403d7b19.tar.bz2 atril-cfa0ac2e0ec0a4c9dd7476487898bbac403d7b19.tar.xz |
Remove USE_MATE2_MACROS from autogen.sh (legacy)
-rwxr-xr-x | autogen.sh | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -18,13 +18,12 @@ 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.10 REQUIRED_GTK_DOC_VERSION=1.13 -USE_MATE2_MACROS=1 . mate-autogen |