summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2011-11-14 11:23:57 +0100
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-01-10 14:26:59 +0100
commitaf4d97822b9055fd8a7670b53b28c7c1f820ec65 (patch)
treeea2618caaee98e447e20e87dedf72ccd3d2bcbbb /autogen.sh
parent66e1966ee3b3303968997f229f62ada8d7b519ba (diff)
downloadtelepathy-account-widgets-af4d97822b9055fd8a7670b53b28c7c1f820ec65.tar.gz
Remove tp-yell and use TpCallChannel
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/autogen.sh b/autogen.sh
index 7c73adb9..2753d641 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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