summaryrefslogtreecommitdiff
path: root/macros/mate-autogen
diff options
context:
space:
mode:
Diffstat (limited to 'macros/mate-autogen')
-rw-r--r--macros/mate-autogen4
1 files changed, 4 insertions, 0 deletions
diff --git a/macros/mate-autogen b/macros/mate-autogen
index e1ad39e..97869f9 100644
--- a/macros/mate-autogen
+++ b/macros/mate-autogen
@@ -338,6 +338,10 @@ for configure_ac in $configure_files; do
want_maintainer_mode=true
fi
+ if grep "^APPDATA_XML" $configure_ac >/dev/null; then
+ require_m4macro appdata-xml.m4
+ fi
+
# check to make sure mate-common macros can be found ...
if grep "^MATE_COMMON_INIT" $configure_ac >/dev/null ||
grep "^MATE_DEBUG_CHECK" $configure_ac >/dev/null ||