summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMarco Barisione <marco.barisione@collabora.co.uk>2013-05-20 14:08:16 +0100
committerMarco Barisione <marco.barisione@collabora.co.uk>2013-08-20 12:11:11 +0100
commit3d1021753d01d973c929c8758b11a147498377cc (patch)
tree348262f2e5c1f6e981213f8c6dcc156c8fbc3694 /autogen.sh
parent53a77d63614b6de76f0113b6d79a2c5ef9509e10 (diff)
downloadempathy-3d1021753d01d973c929c8758b11a147498377cc.tar.gz
Use the telepathy-account-widgets submodule instead of the internal copy
https://bugzilla.gnome.org/show_bug.cgi?id=699492
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index b585c552f..0fcb6fd78 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -19,7 +19,7 @@ which gnome-autogen.sh || {
}
# Fetch submodules if needed
-if test ! -f libempathy-gtk/egg-list-box/COPYING;
+if test ! -f libempathy-gtk/egg-list-box/COPYING -o ! -f telepathy-account-widgets/COPYING;
then
echo "+ Setting up submodules"
git submodule init
@@ -30,4 +30,8 @@ cd libempathy-gtk/egg-list-box
sh autogen.sh --no-configure
cd ../..
+cd telepathy-account-widgets
+sh autogen.sh --no-configure
+cd ..
+
USE_GNOME2_MACROS=1 USE_COMMON_DOC_BUILD=yes . gnome-autogen.sh