Description: Use mate-common instead of gnome-common when building bamf for Debian.
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>

--- a/autogen.sh
+++ b/autogen.sh
@@ -15,10 +15,10 @@
     exit 1
 }
 
-which gnome-autogen.sh || {
-    echo "You need to install the gnome-common module and make"
-    echo "sure the gnome-autogen.sh script is in your \$PATH."
+which mate-autogen || {
+    echo "You need to install the mate-common module and make"
+    echo "sure the mate-autogen script is in your \$PATH."
     exit 1
 }
 
-. gnome-autogen.sh
+. mate-autogen
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@
 
 AC_CONFIG_MACRO_DIR([m4])
 
-GNOME_COMMON_INIT
+MATE_COMMON_INIT
 
 AM_MAINTAINER_MODE
 AC_ISC_POSIX
