[telepathy-mission-control/master] autogen.sh: enable gnome-keyring if the developer has it

Simon McVittie simon.mcvittie at collabora.co.uk
Mon Sep 14 08:34:01 PDT 2009


Much like the situation with plugins, we don't want distributions to
enable gnome-keyring accidentally, but we do want developers to enable it,
to get better test coverage.
---
 autogen.sh |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 4229f56..cfe340b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -30,7 +30,9 @@ for arg in $*; do
     esac
 done
 
+default_args="--enable-gtk-doc --enable-plugins --enable-gnome-keyring=auto"
+
 if test $run_configure = true; then
-    echo "Running ./configure --enable-gtk-doc --enable-plugins $*"
-    ./configure --enable-gtk-doc --enable-plugins "$@"
+    echo "Running ./configure $default_args $*"
+    ./configure $default_args "$@"
 fi
-- 
1.5.6.5




More information about the telepathy-commits mailing list