summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2012-02-21 12:09:19 +0100
committerMarc-André Lureau <marcandre.lureau@redhat.com>2012-02-22 15:57:35 +0100
commita41f9bcd53a2db9c7144b1e8613b287b1117abdc (patch)
tree1fdb8ffd692b58eebcb53703b907a0ea386cec1a /autogen.sh
parente206e1a6e1d93e53752d5258815c23bd805a96d9 (diff)
RFC: Use spice protocol as a submodule
Spice protocol contains only headers. We would like to be able to use a protocol update without having to wait for the release, a git submodule works well for this purpose.
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 2724d7e..f36bb6f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,6 +5,9 @@ set -e # exit on errors
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
+git submodule init
+git submodule update
+
gtkdocize
autoreconf -v --force --install
intltoolize -f