aboutsummaryrefslogtreecommitdiffstats
path: root/config/user-dracut.m4
blob: 6d96edc27f314bdea512bd311c03a52cf7fa3d2a (plain)
1
2
3
4
5
6
7
8
AC_DEFUN([ZFS_AC_CONFIG_USER_DRACUT], [
	AC_ARG_WITH(dracutdir,
		AC_HELP_STRING([--with-dracutdir=DIR],
		[install dracut helpers [[EPREFIX/lib/dracut]]]),
		dracutdir=$withval, dracutdir='${exec_prefix}/lib/dracut')

	AC_SUBST(dracutdir)
])