[telepathy-gabble/master] No need to run configure when launching Wocky's autogen.sh from Gabble's autogen.sh

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Fri Sep 11 07:56:26 PDT 2009


Wocky's configure will be run when configuring Gabble
---
 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index f8a79ff..bdcbefe 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -25,7 +25,7 @@ git submodule update
 
 # launch Wocky's autogen.sh
 cd lib/ext/wocky
-sh autogen.sh
+sh autogen.sh --no-configure
 cd ../../..
 
 run_configure=true
-- 
1.5.6.5




More information about the telepathy-commits mailing list