]> git.0d.be Git - empathy.git/blobdiff - autogen.sh
3.12.6
[empathy.git] / autogen.sh
index 0fcb6fd782f5d517018b867b5864e173d7c7693f..ef19a9fb16585b980980173bf92006ea358f75e0 100755 (executable)
@@ -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 ..