summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-09-12 16:50:41 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2011-09-12 16:50:41 +0100
commit9af88add93e4978056e5ad30741fec790386744c (patch)
tree0d96002b8cf45a02a3d1d3430af6d4d6bdc521ff /configure.ac
parent1271aaa387c51c312ae2dd6bd0d7ba51ce6864cb (diff)
downloadtelepathy-mission-control-9af88add93e4978056e5ad30741fec790386744c.tar.gz
configure: remove unused ACCOUNTS_DIR and MANAGERS_DIR
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac20
1 files changed, 0 insertions, 20 deletions
diff --git a/configure.ac b/configure.ac
index 4467ec98..868faa34 100644
--- a/configure.ac
+++ b/configure.ac
@@ -117,26 +117,6 @@ if test "x$enable_coverage" = "xyes"; then
CFLAGS="$CFLAGS -g -fprofile-arcs -ftest-coverage"
fi
-AC_ARG_WITH(profiles_dir, AS_HELP_STRING([--with-profiles-dir=<path>],[Directory for storing profiles]))
-if test -z "$with_profiles_dir" ; then
- PROFILES_DIR="mission-control/profiles"
-else
- PROFILES_DIR=$with_profiles_dir
-fi
-AC_SUBST(PROFILES_DIR)
-AC_DEFINE_UNQUOTED(PROFILES_DIR,"$PROFILES_DIR", [Directory for storing profiles])
-
-
-AC_ARG_WITH(managers_dir, AS_HELP_STRING([--with-managers-dir=<path>],[Directory for storing managers]))
-if test -z "$with_managers_dir" ; then
- MANAGERS_DIR="telepathy/managers"
-else
- MANAGERS_DIR=$with_managers_dir
-fi
-AC_SUBST(MANAGERS_DIR)
-AC_DEFINE_UNQUOTED(MANAGERS_DIR,"$MANAGERS_DIR", [Directory for storing managers])
-
-
AC_ARG_WITH(accounts_dir, AS_HELP_STRING([--with-accounts-dir=<path>],[Directory for storing accounts]))
if test -z "$with_accounts_dir" ; then
ACCOUNTS_DIR="~/.mission-control/accounts"