summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2011-11-28 14:23:17 +0100
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-01-11 09:53:39 +0100
commite946c179c33cac58de14443ed877cbd829e8ed04 (patch)
tree807ef0f4b738f7ab276b6def69b8a4357767c751 /autogen.sh
parent035a6b0a6e8ce1787abf2583bb918436282026fe (diff)
Replace tp-yell with tp-glib's Call1 API
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/autogen.sh b/autogen.sh
index 27fa0501a..59c531ff9 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -30,7 +30,7 @@ done
if test $enable_submodules = true; then
# Fetch submodules if needed
- if test ! -f lib/ext/wocky/autogen.sh -o ! -f lib/ext/telepathy-yell/autogen.sh; then
+ if test ! -f lib/ext/wocky/autogen.sh; then
echo "+ Setting up submodules"
git submodule init
fi
@@ -40,11 +40,6 @@ if test $enable_submodules = true; then
cd lib/ext/wocky
sh autogen.sh --no-configure
cd ../../..
-
- # launch tp-yell's autogen.sh
- cd lib/ext/telepathy-yell
- sh autogen.sh --no-configure
- cd ../../..
fi
# Honor NOCONFIGURE for compatibility with gnome-autogen.sh