aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-10-26 19:12:37 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-10-26 19:13:41 +0200
commit32072123431cbec91d131404828bb74b2b504212 (patch)
tree9336345e4235dc9b265ac90dcce621e10db0a269 /configure.ac
parent1b6f7b20d4bda52a07aaf2835f742c23cf51db30 (diff)
downloadayatana-indicator-application-32072123431cbec91d131404828bb74b2b504212.tar.gz
ayatana-indicator-application-32072123431cbec91d131404828bb74b2b504212.tar.bz2
ayatana-indicator-application-32072123431cbec91d131404828bb74b2b504212.zip
{configure.ac,Makefile.am}: Drop distcheck features.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 1 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac
index ac4b7c4..3e992a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -80,20 +80,10 @@ AC_SUBST(APPINDICATOR_CFLAGS)
AC_SUBST(APPINDICATOR_LIBS)
###########################
-# 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}/ayatana-indicators/2/"
- INDICATORICONSDIR="${datadir}/libayatana-indicate/icons/"
-elif test "x$with_gtk" = x2; then
+if test "x$with_gtk" = x2; then
INDICATORDIR=`$PKG_CONFIG --variable=indicatordir ayatana-indicator-0.4`
INDICATORICONSDIR=`$PKG_CONFIG --variable=iconsdir ayatana-indicator-0.4`
else