]> git.0d.be Git - empathy.git/blobdiff - autogen.sh
Updated Polish translation
[empathy.git] / autogen.sh
index 7c73adb9fbbc51328780cc6ca7deb1a67b7243da..0fcb6fd782f5d517018b867b5864e173d7c7693f 100755 (executable)
@@ -19,15 +19,18 @@ which gnome-autogen.sh || {
 }
 
 # Fetch submodules if needed
-if test ! -f telepathy-yell/autogen.sh;
+if test ! -f libempathy-gtk/egg-list-box/COPYING -o ! -f telepathy-account-widgets/COPYING;
 then
   echo "+ Setting up submodules"
   git submodule init
 fi
 git submodule update
 
-# launch tp-yell's autogen.sh
-cd telepathy-yell
+cd libempathy-gtk/egg-list-box
+sh autogen.sh --no-configure
+cd ../..
+
+cd telepathy-account-widgets
 sh autogen.sh --no-configure
 cd ..