summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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