]> git.0d.be Git - empathy.git/blobdiff - autogen.sh
Remove tp-yell and use TpCallChannel
[empathy.git] / autogen.sh
index 7c73adb9fbbc51328780cc6ca7deb1a67b7243da..2753d641cd2f4b1a0e0b498b788f0e63365a1869 100755 (executable)
@@ -18,17 +18,4 @@ which gnome-autogen.sh || {
     exit 1
 }
 
-# Fetch submodules if needed
-if test ! -f telepathy-yell/autogen.sh;
-then
-  echo "+ Setting up submodules"
-  git submodule init
-fi
-git submodule update
-
-# launch tp-yell's autogen.sh
-cd telepathy-yell
-sh autogen.sh --no-configure
-cd ..
-
 USE_GNOME2_MACROS=1 USE_COMMON_DOC_BUILD=yes . gnome-autogen.sh