From a4ab3569cc1ae80ca5a89e5a52b0efe1dddfffee Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 29 Apr 2017 21:30:15 +0000 Subject: Switch to using MATE's Settings Daemon. --- autogen.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index e8188e5..8ea6dda 100755 --- a/autogen.sh +++ b/autogen.sh @@ -14,8 +14,8 @@ REQUIRED_AUTOMAKE_VERSION=1.7 exit 1 } -which gnome-autogen.sh || { - echo "You need to install gnome-common from the GNOME CVS" +which mate-autogen || { + echo "You need to install mate-common from the MATE Desktop Environment" exit 1 } -USE_GNOME2_MACROS=1 USE_COMMON_DOC_BUILD=yes . gnome-autogen.sh +USE_COMMON_DOC_BUILD=yes . mate-autogen -- cgit v1.2.3