aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/autogen.sh b/autogen.sh
index 0fcb6fd78..ef19a9fb1 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -19,17 +19,13 @@ which gnome-autogen.sh || {
}
# Fetch submodules if needed
-if test ! -f libempathy-gtk/egg-list-box/COPYING -o ! -f telepathy-account-widgets/COPYING;
+if test ! -f telepathy-account-widgets/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 ../..
-
cd telepathy-account-widgets
sh autogen.sh --no-configure
cd ..