[X2Go-Commits] [x2gomatebindings] 02/03: x2gomatebindings.spec: don't automatically configure after running autogen.sh.

git-admin at x2go.org git-admin at x2go.org
Sat Jun 11 17:51:03 CEST 2016


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gomatebindings.

commit 276e5dff9eac0580f1ab19807df2025bcab29e56
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Sat Jun 11 17:49:55 2016 +0200

    x2gomatebindings.spec: don't automatically configure after running autogen.sh.
---
 debian/changelog      |    1 +
 x2gomatebindings.spec |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index fb6e131..175bd71 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -30,6 +30,7 @@ x2gomatebindings (0.0.1.4-0~x2go1) UNRELEASED; urgency=low
     - Re-add explicit GTK library build dependencies. Run-time dependencies
       should be handled automatically.
     - Switch to GTK 3 for Fedora 25 and up.
+    - Don't automatically configure after running autogen.sh.
   * debian/control:
     - Maintainer change in package: X2Go Developers <x2go-dev at lists.x2go.org>.
     - Whitespace only.
diff --git a/x2gomatebindings.spec b/x2gomatebindings.spec
index 8aae7e0..ed960c7 100644
--- a/x2gomatebindings.spec
+++ b/x2gomatebindings.spec
@@ -85,7 +85,7 @@ MATE desktops.
 
 %build
 if [ ! -e configure ]; then
-	./autogen.sh;
+	NOCONFIGURE=1 ./autogen.sh;
 fi;
 # Remember to switch to --with-gtk=3.0 once OpenSuSE already provides a newer MATE version compiled against GTK 3.
 # Fedora will switch to GTK 3 with FC25.

--
Alioth's /srv/git/code.x2go.org/x2gomatebindings.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gomatebindings.git


More information about the x2go-commits mailing list