Files
mirror_zfs/config/user-sysvinit.m4
T

10 lines
255 B
Plaintext
Raw Normal View History

dnl # SPDX-License-Identifier: CDDL-1.0
2014-01-19 15:36:49 +01:00
AC_DEFUN([ZFS_AC_CONFIG_USER_SYSVINIT], [
AC_ARG_ENABLE(sysvinit,
2021-01-02 16:55:55 -08:00
AS_HELP_STRING([--enable-sysvinit],
2014-01-19 15:36:49 +01:00
[install SysV init scripts [default: yes]]),
[], enable_sysvinit=yes)
2014-01-19 15:36:49 +01:00
ZFS_INIT_SYSV=$enable_sysvinit
2014-01-19 15:36:49 +01:00
])