aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2013-07-30 14:56:51 +0200
committerLars Uebernickel <lars.uebernickel@canonical.com>2013-07-30 14:56:51 +0200
commit02e8c5411aaf4b5696a66835559f7759ecc97407 (patch)
treea6d3f642b75a497b482c54c51351d16248a503ed /configure.ac
parent3b39985ac5acdd739643e3d8b0c5f2e80548ef97 (diff)
downloadayatana-indicator-messages-02e8c5411aaf4b5696a66835559f7759ecc97407.tar.gz
ayatana-indicator-messages-02e8c5411aaf4b5696a66835559f7759ecc97407.tar.bz2
ayatana-indicator-messages-02e8c5411aaf4b5696a66835559f7759ecc97407.zip
Remove --enable-localinstall configure flag
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac30
1 files changed, 0 insertions, 30 deletions
diff --git a/configure.ac b/configure.ac
index 0e89c84..1b1a1af 100644
--- a/configure.ac
+++ b/configure.ac
@@ -100,35 +100,6 @@ fi
AM_CONDITIONAL([BUILD_TESTS],[test "x$enable_tests" = "xyes"])
###########################
-# Check to see if we're local
-###########################
-
-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)
-
-###########################
-# Indicator Info
-###########################
-
-if test "x$with_localinstall" = "xyes"; then
- INDICATORDIR="${libdir}/indicators/2/"
-else
- INDICATORDIR=`$PKG_CONFIG --variable=indicatordir indicator3-0.4`
-fi
-AC_SUBST(INDICATORDIR)
-
-###########################
-# DBus Service Info
-###########################
-
-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)
-
-###########################
# Vala API Generation
###########################
@@ -215,7 +186,6 @@ AC_MSG_NOTICE([
Messaging Indicator Configuration:
Prefix: $prefix
- Indicator Dir: $INDICATORDIR
gtest: $enable_tests
gcov: $use_gcov
introspecion: $enable_introspection