mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-03-10 20:36:21 +03:00
Sponsored-by: https://despairlabs.com/sponsor/ Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Tony Hutter <hutter2@llnl.gov> Signed-off-by: Rob Norris <robn@despairlabs.com> Closes #18077
8 lines
248 B
Plaintext
8 lines
248 B
Plaintext
dnl # SPDX-License-Identifier: CDDL-1.0
|
|
dnl For backwards compatibility; runstatedir added in autoconf 2.70.
|
|
AC_DEFUN([ZFS_AC_CONFIG_USER_RUNSTATEDIR], [
|
|
if test "x$runstatedir" = x; then
|
|
AC_SUBST([runstatedir], ['${localstatedir}/run'])
|
|
fi
|
|
])
|