summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2012-03-20 02:33:25 +0100
committerMarc-André Lureau <marcandre.lureau@redhat.com>2012-03-25 19:22:52 +0200
commit05a203af120016428eb1661ee060ea85e37b4c96 (patch)
treedbbf9bf3903895a5b7f06eb22db6308627376a23 /autogen.sh
parent6db275a422013a34247b805923f88b23db850ea1 (diff)
downloadspice-gtk-05a203af120016428eb1661ee060ea85e37b4c96.tar.gz
spice-gtk-05a203af120016428eb1661ee060ea85e37b4c96.tar.xz
spice-gtk-05a203af120016428eb1661ee060ea85e37b4c96.zip
build-sys: move codegen & proto to spice-common
With this iteration, all the spice_codegen.py/proto/marshaller generation has been moved to spice-common. The spice-common directory will ship spice-protocol, since it's needed there too to build libspice-common. Again, make distcheck passes. Build with mingw & fedora linux.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index f36bb6f..11aedb0 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,8 +5,7 @@ set -e # exit on errors
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
-git submodule init
-git submodule update
+git submodule update --init --recursive
gtkdocize
autoreconf -v --force --install