Use old autoconf stratagy

This commit is contained in:
Brian Behlendorf 2008-12-15 16:27:22 -08:00
parent 574e2cec0d
commit 2712912cb8
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
EXTRA_DIST = zfs-build.m4 zfs-meta.m4 kernel.m4 user.m4 Rules.am
EXTRA_DIST = *.m4 Rules.am

View File

@ -2,4 +2,6 @@ dnl #
dnl # Default ZFS user configuration
dnl #
AC_DEFUN([ZFS_AC_CONFIG_USER], [
ZFS_AC_CONFIG_USER_LIBEFI
ZFS_AC_CONFIG_USER_IOCTL
])