From 9da6bc0c7e9cf7d5d458bbb9d3ef607757f2f48d Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Mon, 11 May 2009 15:24:09 -0400 Subject: Fix 'make distcheck' mount.fuse.ifuse needs to be installed in /sbin by default, but this breaks 'make distcheck'. This adds a --disable-root-sbin option to configure and uses it when running 'make distcheck'. Signed-off-by: Matt Colyer --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index aabfa91..70e1c93 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,8 @@ AUTOMAKE_OPTIONS = foreign SUBDIRS = src fdi +DISTCHECK_CONFIGURE_FLAGS = --disable-root-sbin + indent: indent -kr -ut -ts4 -l120 src/*.c -- cgit v1.1-32-gdbae