summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2012-03-01 11:54:54 +0100
committerMarc-André Lureau <marcandre.lureau@redhat.com>2012-03-01 16:24:10 +0100
commit5d57fb4d1b119119f2b9512321fa8ac40df853a7 (patch)
treec6e6037c741a4536c049e5ff562d1ffb5175cf45 /autogen.sh
parent5077ab60f8c2ec44a3ae40c2b3f986bf038b3e8f (diff)
downloadspice-5d57fb4d1b119119f2b9512321fa8ac40df853a7.tar.gz
spice-5d57fb4d1b119119f2b9512321fa8ac40df853a7.tar.xz
spice-5d57fb4d1b119119f2b9512321fa8ac40df853a7.zip
build-sys: use spice-protocol as submodule
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index ee98e218..571549ec 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -8,6 +8,9 @@ test -z "$srcdir" && srcdir=.
olddir=`pwd`
cd "$srcdir"
+git submodule init
+git submodule update
+
mkdir -p m4
autoreconf --verbose --force --install