From 9afe090a17da59e60706a13ddafd3e8ef2f97869 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 15 May 2017 10:28:54 +0200 Subject: build system: Switch to mate-common. --- autogen.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 3b930e5..be60822 100755 --- a/autogen.sh +++ b/autogen.sh @@ -2,10 +2,9 @@ PKG_NAME="indicator-application" -which gnome-autogen.sh || { - echo "You need gnome-common from GNOME SVN" +which mate-autogen || { + echo "You need mate-common from https://git.mate-desktop.org/mate-common" exit 1 } -USE_GNOME2_MACROS=1 \ -gnome-autogen.sh $@ +mate-autogen $@ -- cgit v1.2.3