1dnl For backwards compatibility; runstatedir added in autoconf 2.70. 2AC_DEFUN([ZFS_AC_CONFIG_USER_RUNSTATEDIR], [ 3 if test "x$runstatedir" = x; then 4 AC_SUBST([runstatedir], ['${localstatedir}/run']) 5 fi 6]) 7