--- A better solution might be to default to /etc in configure.ac. Opinions? Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e65fdfb..8bd727e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -213,7 +213,13 @@ TESTSUITE_OVERRIDE_LIBS = testsuite/uname.la testsuite/path.la \ TESTSUITE_OVERRIDE_LIBS_LDFLAGS = avoid-version -module -shared -export-dynamic \ -rpath /nowhere -ldl -check-am: rootfs +check-sysconfdir: + $(AM_V_at)if test "$(sysconfdir)" != "/etc" -a "$(sysconfdir)" != "/etc/"; then \ + echo "warning: Some tests will fail without --sysconfdir=/etc" >&2; \ + fi + +check-am: rootfs check-sysconfdir + check_LTLIBRARIES = $(TESTSUITE_OVERRIDE_LIBS) -- 1.8.4.5 -- To unsubscribe from this list: send the line "unsubscribe linux-modules" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html