aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-07-31 22:57:11 -0500
committerCharles Kerr <charles.kerr@canonical.com>2013-07-31 22:57:11 -0500
commit5140c099b3985877d37b2cdcfc4d7711c40c6aeb (patch)
treeff74b8d9caeb0b057acbb061017aff688d591507 /configure.ac
parent0391025f72e9e5fed972b40e63087635d50c9234 (diff)
downloadayatana-indicator-bluetooth-5140c099b3985877d37b2cdcfc4d7711c40c6aeb.tar.gz
ayatana-indicator-bluetooth-5140c099b3985877d37b2cdcfc4d7711c40c6aeb.tar.bz2
ayatana-indicator-bluetooth-5140c099b3985877d37b2cdcfc4d7711c40c6aeb.zip
remove --enable-localinstall
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac27
1 files changed, 0 insertions, 27 deletions
diff --git a/configure.ac b/configure.ac
index b411913..c460511 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,33 +35,6 @@ dnl ###########################################################################
IT_PROG_INTLTOOL([0.35.0])
AC_SUBST(GETTEXT_PACKAGE, indicator-bluetooth)
-with_localinstall="no"
-AC_ARG_ENABLE(localinstall, AS_HELP_STRING([--enable-localinstall], [install all of the files localy instead of system directories (for distcheck)]), with_localinstall=$enableval, with_localinstall=no)
-
-dnl ###########################################################################
-dnl Indicator Info
-dnl ###########################################################################
-
-AS_IF([test "x$with_localinstall" = "xyes"],
- [
- INDICATORDIR="${libdir}/indicators3/7/"
- ],
- [
- INDICATORDIR=`$PKG_CONFIG --variable=indicatordir indicator3-0.4`
- ])
-AC_SUBST(INDICATORDIR)
-
-dnl ###########################################################################
-dnl DBus Service Info
-dnl ###########################################################################
-
-if test "x$with_localinstall" = "xyes"; then
- DBUSSERVICEDIR="${datadir}/dbus-1/services/"
-else
- DBUSSERVICEDIR=`$PKG_CONFIG --variable=session_bus_services_dir dbus-1`
-fi
-AC_SUBST(DBUSSERVICEDIR)
-
dnl ###########################################################################
dnl Files to generate
dnl ###########################################################################