From 2712912cb8a6ad39342d8b2b89995b3994280c94 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Mon, 15 Dec 2008 16:27:22 -0800 Subject: [PATCH] Use old autoconf stratagy --- config/Makefile.am | 2 +- config/user.m4 | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/config/Makefile.am b/config/Makefile.am index 2d77282c19..b412e6bdc3 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -1 +1 @@ -EXTRA_DIST = zfs-build.m4 zfs-meta.m4 kernel.m4 user.m4 Rules.am +EXTRA_DIST = *.m4 Rules.am diff --git a/config/user.m4 b/config/user.m4 index 80a15ae082..719fd6a503 100644 --- a/config/user.m4 +++ b/config/user.m4 @@ -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 ])