]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - zfs/config/dkms.m4
x86/pkeys/selftests: Avoid printf-in-signal deadlocks
[mirror_ubuntu-bionic-kernel.git] / zfs / config / dkms.m4
CommitLineData
70e083d2
TG
1dnl #
2dnl # Prevent manual building in DKMS source tree.
3dnl #
4AC_DEFUN([ZFS_AC_DKMS_INHIBIT], [
5 AC_MSG_CHECKING([for dkms.conf file])
6 AS_IF([test -e dkms.conf], [
7 AC_MSG_ERROR([
8 *** ZFS should not be manually built in the DKMS source tree.
9 *** Remove all ZFS packages before compiling the ZoL sources.
10 *** Running "make install" breaks ZFS packages.])
11 ], [
12 AC_MSG_RESULT([not found])
13 ])
14])