telepathy-mission-control: Update documentation of --with-accounts-dir
Simon McVittie
smcv at kemper.freedesktop.org
Thu Sep 20 08:15:56 PDT 2012
Module: telepathy-mission-control
Branch: master
Commit: 7095375b51547bea365ed321f06ba6a7c7cd2101
URL: http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=7095375b51547bea365ed321f06ba6a7c7cd2101
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Fri Sep 7 13:57:29 2012 +0100
Update documentation of --with-accounts-dir
It used to be where we kept accounts; now it's only the source for
account migration into XDG_DATA_HOME.
Keep its name the same, so that if a user or distribution is configuring
with --with-accounts-dir="~/.mc-accounts" or something, the migration
works as intended as long as they continue to do so. (We don't
recommend doing so, though.)
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=35896
Signed-off-by: Simon McVittie <simon.mcvittie at collabora.co.uk>
---
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 32779a7..fb0cda6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -131,14 +131,14 @@ AM_CONDITIONAL([ENABLE_INSTALLED_TESTS], [test "x$installed_tests" = xyes])
mctestsdir=${libdir}/telepathy-mission-control-tests
AC_SUBST(mctestsdir)
-AC_ARG_WITH(accounts_dir, AS_HELP_STRING([--with-accounts-dir=<path>],[Directory for storing accounts]))
+AC_ARG_WITH([accounts_dir], [AS_HELP_STRING([--with-accounts-dir=<path>],[Directory in which accounts were previously stored])])
if test -z "$with_accounts_dir" ; then
ACCOUNTS_DIR="~/.mission-control/accounts"
else
ACCOUNTS_DIR=$with_accounts_dir
fi
AC_SUBST(ACCOUNTS_DIR)
-AC_DEFINE_UNQUOTED(ACCOUNTS_DIR,"$ACCOUNTS_DIR", [Directory for storing accounts])
+AC_DEFINE_UNQUOTED([ACCOUNTS_DIR], ["$ACCOUNTS_DIR"], [Directory in which accounts were previously stored])
AC_ARG_WITH(accounts_cache_dir, AS_HELP_STRING([--with-accounts-cache-dir=<path>],[Directory for account/connection mapping for crash recovery]))
More information about the telepathy-commits
mailing list