From 16a737f8e1fa7434448416fd62e842a1c340d598 Mon Sep 17 00:00:00 2001 From: infirit Date: Tue, 2 Dec 2014 11:02:45 +0100 Subject: mate-autogen: Check for appdata-xml.m4 with APPDATA_XML Based on gnome-common commit: 2a770a34293432872a8c7edac584a72e943f06d2 --- macros/mate-autogen | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'macros') 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 || -- cgit v1.2.1