summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-10-08 11:04:23 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-10-08 11:04:23 +0100
commit64a0d8635871b9f85e335d05c65765774c99c497 (patch)
tree50c91b0798b6fa04c301252301b7e7d632b21980
parent7cc3f4a29e1c106eafd1146ae5c630a939d1eeed (diff)
downloadtelepathy-salut-64a0d8635871b9f85e335d05c65765774c99c497.tar.gz
Set up Wocky in autogen.sh
-rwxr-xr-xautogen.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 5b32d48b..b6dff981 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -16,6 +16,19 @@ fi
autoreconf -i -f
+# Fetch Wocky if needed
+if test ! -f lib/ext/wocky/autogen.sh;
+then
+ echo "+ Setting up Wocky submodule"
+ git submodule init
+fi
+git submodule update
+
+# launch Wocky's autogen.sh
+cd lib/ext/wocky
+sh autogen.sh --no-configure
+cd ../../..
+
run_configure=true
for arg in $*; do
case $arg in