Sorry, don't know why I reverted
fad561b0.
But for travis we need it only in check_nonroot().
check_root() *can* do chown and the check_dist() is handled
by Makefile.
Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
local opts="$MAKE_CHECK_OPTS --parallel=1 --show-diff"
xconfigure \
- --disable-makeinstall-chown \
--enable-all-programs \
|| return
$MAKE || return
function check_dist
{
- xconfigure --disable-makeinstall-chown \
+ xconfigure \
|| return
$MAKE distcheck || return
}
--disable-use-tty-group \
--disable-silent-rules \
--enable-all-programs \
+ --disable-makeinstall-chown \
--enable-static-programs \
--enable-gtk-doc \
--with-python \
tools/checkdecl.sh \
tools/checkincludes.pl \
tools/checkmans.sh \
+ tools/checkusage.sh \
tools/checkxalloc.sh