[Pkg-privacy-commits] [nautilus-wipe] 100/224: Fix build after a `make distclean`
Ulrike Uhlig
u-guest at moszumanska.debian.org
Thu Jul 7 19:45:38 UTC 2016
This is an automated email from the git hooks/post-receive script.
u-guest pushed a commit to branch master
in repository nautilus-wipe.
commit b9fc3aeac60c7eeed6d5b290d61a851f17b201be
Author: Colomban Wendling <ban at herbesfolles.org>
Date: Tue Apr 26 22:14:29 2011 +0200
Fix build after a `make distclean`
We used to remove ${AC_CONFIG_AUX_DIR}/gnome-doc-utils.make on
distclean because the gnome-doc-utils migration guide told us to do so,
but it's obviously not a good idea: it is created by autogen.sh, not
configure.
Also don't explicitly include m4/na-nautilus-extdir.m4 nor
/build/aux/gnome-doc-utils.make, they are included anyway with other
macros and scripts.
---
Makefile.am | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index cb5f0db..001de95 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,5 @@ SUBDIRS = nautilus-srm po help
ACLOCAL_AMFLAGS = -I build/m4 -I m4
-EXTRA_DIST = m4/na-nautilus-extdir.m4 \
- build/aux/gnome-doc-utils.make
-DISTCLEANFILES = build/aux/gnome-doc-utils.make
+# gnome-doc-utils: disable scrollkeeper on distclean
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/nautilus-wipe.git
More information about the Pkg-privacy-commits
mailing list