summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-11-16 08:35:13 +0100
committerraveit65 <[email protected]>2020-11-16 23:41:40 +0100
commite2384267b3288f7d6010e2c24184a809a45ea277 (patch)
treeea7d12a110e0d0579f5bbf26bd84feefdc520fdb
parent869de6d8e3833932ee8b0e8e70c13a2e5d4ceb82 (diff)
downloadmate-calc-e2384267b3288f7d6010e2c24184a809a45ea277.tar.bz2
mate-calc-e2384267b3288f7d6010e2c24184a809a45ea277.tar.xz
Remove USE_MATE2_MACROS from autogen.sh (legacy)
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 9d96f39..1d1a770 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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