]> git.0d.be Git - empathy.git/blobdiff - autogen.sh
Updated POTFILES.skip
[empathy.git] / autogen.sh
index 2753d641cd2f4b1a0e0b498b788f0e63365a1869..0fcb6fd782f5d517018b867b5864e173d7c7693f 100755 (executable)
@@ -18,4 +18,20 @@ which gnome-autogen.sh || {
     exit 1
 }
 
+# Fetch submodules if needed
+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
+
+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