diff options
author | infirit <[email protected]> | 2014-12-02 11:02:45 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-02 11:16:35 +0100 |
commit | 16a737f8e1fa7434448416fd62e842a1c340d598 (patch) | |
tree | b50f5066362b6e7bdb00cfcba41da4cde781ca56 | |
parent | f7f19b25350e21f61c7bc33fe2de552f8f7950c1 (diff) | |
download | mate-common-16a737f8e1fa7434448416fd62e842a1c340d598.tar.bz2 mate-common-16a737f8e1fa7434448416fd62e842a1c340d598.tar.xz |
mate-autogen: Check for appdata-xml.m4 with APPDATA_XML
Based on gnome-common commit: 2a770a34293432872a8c7edac584a72e943f06d2
-rw-r--r-- | macros/mate-autogen | 4 |
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 || |