summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2013-04-12 11:03:52 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2013-04-12 11:08:26 +0200
commitd0668d782300197b68b17a797ca67277ab817083 (patch)
tree5170c253bed77b461a763c97564f95186172f520
parent26fc5d9f611ac0839eec2fd4242a446d8e96ce8c (diff)
downloadspice-gtk-d0668d782300197b68b17a797ca67277ab817083.tar.gz
spice-gtk-d0668d782300197b68b17a797ca67277ab817083.tar.xz
spice-gtk-d0668d782300197b68b17a797ca67277ab817083.zip
Revert "build-sys: keep common submodule up to date"
This reverts commit 5150285e1cba35570c29bd923df065d2c81f081e.
-rw-r--r--.gitmodules1
-rwxr-xr-xautogen.sh2
2 files changed, 1 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
index 57aaded..0c618ee 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,4 +1,3 @@
[submodule "spice-common"]
path = spice-common
url = ../spice-common
- branch = master
diff --git a/autogen.sh b/autogen.sh
index 85b76a9..0c18272 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,7 +5,7 @@ set -e # exit on errors
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
-git submodule update --init --recursive --remote
+git submodule update --init --recursive
gtkdocize
autoreconf -v --force --install