[telepathy-mission-control/master] autogen.sh: don't use unsupported --enable-maintainer-mode option

Simon McVittie simon.mcvittie at collabora.co.uk
Mon Apr 6 06:25:53 PDT 2009


---
 autogen.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 588a8c1..6a545f2 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -31,6 +31,6 @@ for arg in $*; do
 done
 
 if test $run_configure = true; then
-    echo "Running ./configure --enable-maintainer-mode --enable-gtk-doc $*"
-    ./configure --enable-maintainer-mode --enable-gtk-doc "$@"
+    echo "Running ./configure --enable-gtk-doc $*"
+    ./configure --enable-gtk-doc "$@"
 fi
-- 
1.5.6.5




More information about the telepathy-commits mailing list