diff options
author | Brian Behlendorf <[email protected]> | 2008-12-15 16:27:22 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2008-12-15 16:27:22 -0800 |
commit | 2712912cb8a6ad39342d8b2b89995b3994280c94 (patch) | |
tree | 1b48a68feab6001d8c0bc993760e55ed92af6368 /config | |
parent | 574e2cec0d57b565303f5db045bf756ebbef6788 (diff) |
Use old autoconf stratagy
Diffstat (limited to 'config')
-rw-r--r-- | config/Makefile.am | 2 | ||||
-rw-r--r-- | config/user.m4 | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/config/Makefile.am b/config/Makefile.am index 2d77282c1..b412e6bdc 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 80a15ae08..719fd6a50 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 ]) |