summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-05-16 16:22:30 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-06-14 09:21:45 +0200
commita4314139d588a7bee5e7c7da31a3b865b5b9b1e8 (patch)
treefbc2e5a9adfc4e1f0420f52585097f03b1787be6 /autogen.sh
parentc85ceea55eef6e764d62c7b1cf1e536e60b67451 (diff)
downloadtelepathy-account-widgets-a4314139d588a7bee5e7c7da31a3b865b5b9b1e8.tar.gz
Add egg-list-box as a submodule
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 2753d641..b585c552 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -18,4 +18,16 @@ which gnome-autogen.sh || {
exit 1
}
+# Fetch submodules if needed
+if test ! -f libempathy-gtk/egg-list-box/COPYING;
+then
+ echo "+ Setting up submodules"
+ git submodule init
+fi
+git submodule update
+
+cd libempathy-gtk/egg-list-box
+sh autogen.sh --no-configure
+cd ../..
+
USE_GNOME2_MACROS=1 USE_COMMON_DOC_BUILD=yes . gnome-autogen.sh