]> granicus.if.org Git - zfs/blob - config/user-runstatedir.m4
zfs-import: should be before swap
[zfs] / config / user-runstatedir.m4
1 dnl For backwards compatibility; runstatedir added in autoconf 2.70.
2 AC_DEFUN([ZFS_AC_CONFIG_USER_RUNSTATEDIR], [
3         if test "x$runstatedir" = x; then
4                 AC_SUBST([runstatedir], ['${localstatedir}/run'])
5         fi
6 ])