Skip to content

Commit 6e23af0

Browse files
committed
prevent "make distcheck" from requiring root privileges
1 parent 9e813d5 commit 6e23af0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile.am

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
AUTOMAKE_OPTIONS = foreign 1.10
22
ACLOCAL_AMFLAGS = -I m4
33

4+
# prevent "make distcheck" from requiring root privileges
5+
DISTCHECK_CONFIGURE_FLAGS = --with-enginesdir='$(abs_top_builddir)/$(distdir)/_inst/lib/engines'
6+
47
MAINTAINERCLEANFILES = \
58
config.log config.status \
69
$(srcdir)/configure $(srcdir)/Makefile.in \

0 commit comments

Comments
 (0)