]> git.0d.be Git - empathy.git/blobdiff - autogen.sh
Use the telepathy-account-widgets submodule instead of the internal copy
[empathy.git] / autogen.sh
index b585c552ff51313bbf44cb99cbbbfe76aa920ba2..0fcb6fd782f5d517018b867b5864e173d7c7693f 100755 (executable)
@@ -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