From 30f1d23ea40e13acbca4b7d4c5eac2750d845a7a Mon Sep 17 00:00:00 2001 From: Monsta Date: Fri, 5 Dec 2014 08:05:37 +0300 Subject: removed obsolete configure option Closes https://github.com/mate-desktop/mate-terminal/pull/80 --- Makefile.am | 6 ------ README | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/Makefile.am b/Makefile.am index c2fdab1..07ae578 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,6 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} NULL = DISTCHECK_CONFIGURE_FLAGS = \ - --disable-scrollkeeper \ --disable-schemas-install \ --disable-silent-rules \ --with-gtk=2.0 @@ -59,11 +58,6 @@ MAINTAINERCLEANFILES = \ `find "$(srcdir)" -type f -name Makefile.in -print` \ $(NULL) -# hack from sound-juicer to get around scrollkeeper's leaving a big -# mess behind. -distuninstallcheck_listfiles = \ - find -regex '.*/var/scrollkeeper/.*' -prune -or -type f -print - # Build ChangeLog from GIT history dist-hook: @if test -d "$(srcdir)/.git"; \ diff --git a/README b/README index c0e8c3a..7c7bb5c 100644 --- a/README +++ b/README @@ -25,7 +25,7 @@ Command line options - Example: ./autogen.sh --prefix=/usr --sysconfdir=/etc \ - --disable-static --localstatedir=/var --disable-scrollkeeper --with-gnu-ld + --disable-static --localstatedir=/var --with-gnu-ld make sudo make install -- cgit v1.2.1