From 02e8c5411aaf4b5696a66835559f7759ecc97407 Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Tue, 30 Jul 2013 14:56:51 +0200 Subject: Remove --enable-localinstall configure flag --- configure.ac | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 0e89c84..1b1a1af 100644 --- a/configure.ac +++ b/configure.ac @@ -99,35 +99,6 @@ if test "x$enable_tests" != "xno"; then 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 -- cgit v1.2.3