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