aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-10-26 19:15:44 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-10-26 19:15:44 +0200
commitd4b169715cb62530aa80bcaff8c434599241d93e (patch)
tree93fb2db83748ede44ac83dc876c18f32ec957c8b
parenta081ea2fefa624b93a06df3f6918f1c4929b7245 (diff)
downloadlibayatana-appindicator-d4b169715cb62530aa80bcaff8c434599241d93e.tar.gz
libayatana-appindicator-d4b169715cb62530aa80bcaff8c434599241d93e.tar.bz2
libayatana-appindicator-d4b169715cb62530aa80bcaff8c434599241d93e.zip
{configure.ac,Makefile.am}: Drop distcheck features.
-rw-r--r--Makefile.am28
-rw-r--r--configure.ac7
2 files changed, 0 insertions, 35 deletions
diff --git a/Makefile.am b/Makefile.am
index c0a42d2..7ecb538 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -49,32 +49,4 @@ DISTCLEANFILES = \
test-driver \
xmldocs.make
-DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-localinstall --enable-introspection
-
-dist-hook:
- @if test -d "$(top_srcdir)/.git"; \
- then \
- echo Creating ChangeLog && \
- ( cd "$(top_srcdir)" && \
- echo '# Generated by Makefile. Do not edit.'; echo; \
- $(top_srcdir)/missing --run git --no-pager log --since "1970" --format="%ai %aN (%h) %n%n%x09*%w(68,0,10) %s%d%n") > ChangeLog.tmp \
- && mv -f ChangeLog.tmp $(top_distdir)/ChangeLog \
- || (rm -f ChangeLog.tmp; \
- echo Failed to generate ChangeLog >&2 ); \
- else \
- echo Failed to generate ChangeLog: not a branch >&2; \
- fi
- @if test -d "$(top_srcdir)/.git"; \
- then \
- echo Creating AUTHORS && \
- ( cd "$(top_srcdir)" && \
- echo '# Generated by Makefile. Do not edit.'; echo; \
- $(top_srcdir)/missing --run git log | grep -e "^Author:" -e "Committer:" | cut -d ":" -f 2 | cut -d "<" -f 1 | sort -u) > AUTHORS.tmp \
- && mv -f AUTHORS.tmp $(top_distdir)/AUTHORS \
- || (rm -f AUTHORS.tmp; \
- echo Failed to generate AUTHORS >&2 ); \
- else \
- echo Failed to generate AUTHORS: not a branch >&2; \
- fi
-
include $(top_srcdir)/Makefile.am.coverage
diff --git a/configure.ac b/configure.ac
index 2d1efc0..e2dde5c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -177,13 +177,6 @@ fi
AM_CONDITIONAL(BUILD_MONO_TEST, test x${have_nunit} = 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)
-
-###########################
# Python
###########################