]> git.proxmox.com Git - mirror_zfs.git/blame - configure.ac
Enable xattr tests
[mirror_zfs.git] / configure.ac
CommitLineData
c9c0d073
BB
1/*
2 * This file is part of the ZFS Linux port.
3 *
4 * Copyright (c) 2009 Lawrence Livermore National Security, LLC.
5 * Produced at Lawrence Livermore National Laboratory
6 * Written by:
7 * Brian Behlendorf <behlendorf1@llnl.gov>,
8 * Herb Wartens <wartens2@llnl.gov>,
9 * Jim Garlick <garlick@llnl.gov>
10 * LLNL-CODE-403049
11 *
12 * CDDL HEADER START
13 *
14 * The contents of this file are subject to the terms of the
15 * Common Development and Distribution License, Version 1.0 only
16 * (the "License"). You may not use this file except in compliance
17 * with the License.
18 *
19 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
20 * or http://www.opensolaris.org/os/licensing.
21 * See the License for the specific language governing permissions
22 * and limitations under the License.
23 *
24 * When distributing Covered Code, include this CDDL HEADER in each
25 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
26 * If applicable, add the following below this CDDL HEADER, with the
27 * fields enclosed by brackets "[]" replaced with your own identifying
28 * information: Portions Copyright [yyyy] [name of copyright owner]
29 *
30 * CDDL HEADER END
31 */
32
a1d3450e
HM
33AC_INIT(m4_esyscmd(grep Name META | cut -d ':' -f 2 | tr -d ' \n'),
34 m4_esyscmd(grep Version META | cut -d ':' -f 2 | tr -d ' \n'))
c9c0d073
BB
35AC_LANG(C)
36ZFS_AC_META
37AC_CONFIG_AUX_DIR([config])
8c392629 38AC_CONFIG_MACRO_DIR([config])
c9c0d073
BB
39AC_CANONICAL_SYSTEM
40AM_MAINTAINER_MODE
5b5a65b0 41m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
0b04990a 42AM_INIT_AUTOMAKE([subdir-objects])
c9c0d073
BB
43AC_CONFIG_HEADERS([zfs_config.h], [
44 (mv zfs_config.h zfs_config.h.tmp &&
6283f55e 45 awk -f ${ac_srcdir}/config/config.awk zfs_config.h.tmp >zfs_config.h &&
c9c0d073
BB
46 rm zfs_config.h.tmp) || exit 1])
47
48AC_PROG_INSTALL
49AC_PROG_CC
50AC_PROG_LIBTOOL
51AM_PROG_AS
3c67d83a 52AM_PROG_CC_C_O
c9c0d073
BB
53
54ZFS_AC_LICENSE
55ZFS_AC_PACKAGE
56ZFS_AC_CONFIG
57ZFS_AC_DEBUG
58
6bb24f4d 59AC_CONFIG_FILES([
c9c0d073 60 Makefile
12d06bac
KF
61 udev/Makefile
62 udev/rules.d/Makefile
c9c0d073 63 etc/Makefile
01c0e61d
BB
64 etc/init.d/Makefile
65 etc/zfs/Makefile
881f45c6
RE
66 etc/systemd/Makefile
67 etc/systemd/system/Makefile
68 etc/modules-load.d/Makefile
c9c0d073 69 man/Makefile
cf2129e6 70 man/man1/Makefile
821b6834 71 man/man5/Makefile
c9c0d073
BB
72 man/man8/Makefile
73 lib/Makefile
a26baf28
BB
74 lib/libspl/Makefile
75 lib/libspl/asm-generic/Makefile
76 lib/libspl/asm-i386/Makefile
77 lib/libspl/asm-x86_64/Makefile
78 lib/libspl/include/Makefile
6283f55e
BB
79 lib/libspl/include/ia32/Makefile
80 lib/libspl/include/ia32/sys/Makefile
81 lib/libspl/include/rpc/Makefile
82 lib/libspl/include/sys/Makefile
6283f55e
BB
83 lib/libspl/include/sys/dktp/Makefile
84 lib/libspl/include/util/Makefile
c9c0d073
BB
85 lib/libavl/Makefile
86 lib/libefi/Makefile
0b04990a 87 lib/libicp/Makefile
c9c0d073
BB
88 lib/libnvpair/Makefile
89 lib/libunicode/Makefile
90 lib/libuutil/Makefile
91 lib/libzpool/Makefile
c3f8dc2a
TF
92 lib/libzfs/libzfs.pc
93 lib/libzfs/libzfs_core.pc
c9c0d073 94 lib/libzfs/Makefile
6f1ffb06 95 lib/libzfs_core/Makefile
46e18b3f 96 lib/libshare/Makefile
c9c0d073
BB
97 cmd/Makefile
98 cmd/zdb/Makefile
9ae529ec 99 cmd/zhack/Makefile
c9c0d073
BB
100 cmd/zfs/Makefile
101 cmd/zinject/Makefile
102 cmd/zpool/Makefile
b79fc3fe 103 cmd/zstreamdump/Makefile
c9c0d073 104 cmd/ztest/Makefile
302ef151 105 cmd/zpios/Makefile
d53368f6 106 cmd/mount_zfs/Makefile
a1e147ee 107 cmd/fsck_zfs/Makefile
4c0d8e50 108 cmd/zvol_id/Makefile
821b6834 109 cmd/vdev_id/Makefile
fb02fabf 110 cmd/arcstat/Makefile
d738d34d 111 cmd/dbufstat/Makefile
02bd676d 112 cmd/arc_summary/Makefile
9e246ac3 113 cmd/zed/Makefile
ab9f4b0b 114 cmd/raidz_test/Makefile
1ffe90c5
TF
115 contrib/Makefile
116 contrib/bash_completion.d/Makefile
cc492505 117 contrib/dracut/Makefile
a5a37022 118 contrib/dracut/02zfsexpandknowledge/Makefile
cc492505 119 contrib/dracut/90zfs/Makefile
2cac7f5f 120 contrib/initramfs/Makefile
c9c0d073
BB
121 module/Makefile
122 module/avl/Makefile
123 module/nvpair/Makefile
124 module/unicode/Makefile
125 module/zcommon/Makefile
126 module/zfs/Makefile
302ef151 127 module/zpios/Makefile
0b04990a 128 module/icp/Makefile
6283f55e 129 include/Makefile
8299a1f4 130 include/linux/Makefile
6283f55e
BB
131 include/sys/Makefile
132 include/sys/fs/Makefile
133 include/sys/fm/Makefile
134 include/sys/fm/fs/Makefile
0b04990a 135 include/sys/crypto/Makefile
fb390aaf 136 include/sys/sysevent/Makefile
c9c0d073 137 scripts/Makefile
6283f55e
BB
138 scripts/zpios-profile/Makefile
139 scripts/zpios-test/Makefile
140 scripts/zpool-config/Makefile
c9c0d073 141 scripts/common.sh
6bb24f4d
BB
142 tests/Makefile
143 tests/test-runner/Makefile
144 tests/test-runner/cmd/Makefile
145 tests/test-runner/include/Makefile
146 tests/test-runner/man/Makefile
147 tests/runfiles/Makefile
148 tests/zfs-tests/Makefile
00481e7d 149 tests/zfs-tests/callbacks/Makefile
6bb24f4d
BB
150 tests/zfs-tests/cmd/Makefile
151 tests/zfs-tests/cmd/chg_usr_exec/Makefile
152 tests/zfs-tests/cmd/devname2devid/Makefile
153 tests/zfs-tests/cmd/dir_rd_update/Makefile
154 tests/zfs-tests/cmd/file_check/Makefile
155 tests/zfs-tests/cmd/file_trunc/Makefile
156 tests/zfs-tests/cmd/file_write/Makefile
157 tests/zfs-tests/cmd/largest_file/Makefile
158 tests/zfs-tests/cmd/mkbusy/Makefile
159 tests/zfs-tests/cmd/mkfile/Makefile
160 tests/zfs-tests/cmd/mkfiles/Makefile
161 tests/zfs-tests/cmd/mktree/Makefile
162 tests/zfs-tests/cmd/mmap_exec/Makefile
163 tests/zfs-tests/cmd/mmapwrite/Makefile
164 tests/zfs-tests/cmd/randfree_file/Makefile
165 tests/zfs-tests/cmd/readmmap/Makefile
166 tests/zfs-tests/cmd/rename_dir/Makefile
167 tests/zfs-tests/cmd/rm_lnkcnt_zero_file/Makefile
168 tests/zfs-tests/cmd/threadsappend/Makefile
169 tests/zfs-tests/cmd/xattrtest/Makefile
170 tests/zfs-tests/include/Makefile
6bb24f4d
BB
171 tests/zfs-tests/tests/Makefile
172 tests/zfs-tests/tests/functional/Makefile
173 tests/zfs-tests/tests/functional/acl/Makefile
174 tests/zfs-tests/tests/functional/acl/posix/Makefile
175 tests/zfs-tests/tests/functional/atime/Makefile
176 tests/zfs-tests/tests/functional/bootfs/Makefile
177 tests/zfs-tests/tests/functional/cache/Makefile
178 tests/zfs-tests/tests/functional/cachefile/Makefile
179 tests/zfs-tests/tests/functional/casenorm/Makefile
3c67d83a 180 tests/zfs-tests/tests/functional/checksum/Makefile
b4d8e2be 181 tests/zfs-tests/tests/functional/chattr/Makefile
6bb24f4d
BB
182 tests/zfs-tests/tests/functional/clean_mirror/Makefile
183 tests/zfs-tests/tests/functional/cli_root/Makefile
184 tests/zfs-tests/tests/functional/cli_root/zdb/Makefile
185 tests/zfs-tests/tests/functional/cli_root/zfs_clone/Makefile
186 tests/zfs-tests/tests/functional/cli_root/zfs_copies/Makefile
187 tests/zfs-tests/tests/functional/cli_root/zfs_create/Makefile
188 tests/zfs-tests/tests/functional/cli_root/zfs_destroy/Makefile
189 tests/zfs-tests/tests/functional/cli_root/zfs_get/Makefile
190 tests/zfs-tests/tests/functional/cli_root/zfs_inherit/Makefile
191 tests/zfs-tests/tests/functional/cli_root/zfs/Makefile
192 tests/zfs-tests/tests/functional/cli_root/zfs_mount/Makefile
193 tests/zfs-tests/tests/functional/cli_root/zfs_promote/Makefile
194 tests/zfs-tests/tests/functional/cli_root/zfs_property/Makefile
195 tests/zfs-tests/tests/functional/cli_root/zfs_receive/Makefile
196 tests/zfs-tests/tests/functional/cli_root/zfs_rename/Makefile
197 tests/zfs-tests/tests/functional/cli_root/zfs_reservation/Makefile
198 tests/zfs-tests/tests/functional/cli_root/zfs_rollback/Makefile
199 tests/zfs-tests/tests/functional/cli_root/zfs_send/Makefile
200 tests/zfs-tests/tests/functional/cli_root/zfs_set/Makefile
201 tests/zfs-tests/tests/functional/cli_root/zfs_share/Makefile
202 tests/zfs-tests/tests/functional/cli_root/zfs_snapshot/Makefile
203 tests/zfs-tests/tests/functional/cli_root/zfs_unmount/Makefile
204 tests/zfs-tests/tests/functional/cli_root/zfs_unshare/Makefile
205 tests/zfs-tests/tests/functional/cli_root/zfs_upgrade/Makefile
206 tests/zfs-tests/tests/functional/cli_root/zpool_add/Makefile
207 tests/zfs-tests/tests/functional/cli_root/zpool_attach/Makefile
208 tests/zfs-tests/tests/functional/cli_root/zpool_clear/Makefile
209 tests/zfs-tests/tests/functional/cli_root/zpool_create/Makefile
210 tests/zfs-tests/tests/functional/cli_root/zpool_destroy/Makefile
211 tests/zfs-tests/tests/functional/cli_root/zpool_detach/Makefile
212 tests/zfs-tests/tests/functional/cli_root/zpool_expand/Makefile
213 tests/zfs-tests/tests/functional/cli_root/zpool_export/Makefile
214 tests/zfs-tests/tests/functional/cli_root/zpool_get/Makefile
215 tests/zfs-tests/tests/functional/cli_root/zpool_history/Makefile
216 tests/zfs-tests/tests/functional/cli_root/zpool_import/Makefile
dbb38f66 217 tests/zfs-tests/tests/functional/cli_root/zpool_labelclear/Makefile
6bb24f4d
BB
218 tests/zfs-tests/tests/functional/cli_root/zpool/Makefile
219 tests/zfs-tests/tests/functional/cli_root/zpool_offline/Makefile
220 tests/zfs-tests/tests/functional/cli_root/zpool_online/Makefile
221 tests/zfs-tests/tests/functional/cli_root/zpool_remove/Makefile
222 tests/zfs-tests/tests/functional/cli_root/zpool_replace/Makefile
223 tests/zfs-tests/tests/functional/cli_root/zpool_scrub/Makefile
224 tests/zfs-tests/tests/functional/cli_root/zpool_set/Makefile
225 tests/zfs-tests/tests/functional/cli_root/zpool_status/Makefile
bec1067d 226 tests/zfs-tests/tests/functional/cli_root/zpool_sync/Makefile
6bb24f4d
BB
227 tests/zfs-tests/tests/functional/cli_root/zpool_upgrade/Makefile
228 tests/zfs-tests/tests/functional/cli_user/Makefile
229 tests/zfs-tests/tests/functional/cli_user/misc/Makefile
230 tests/zfs-tests/tests/functional/cli_user/zfs_list/Makefile
231 tests/zfs-tests/tests/functional/cli_user/zpool_iostat/Makefile
232 tests/zfs-tests/tests/functional/cli_user/zpool_list/Makefile
233 tests/zfs-tests/tests/functional/compression/Makefile
234 tests/zfs-tests/tests/functional/ctime/Makefile
235 tests/zfs-tests/tests/functional/delegate/Makefile
236 tests/zfs-tests/tests/functional/devices/Makefile
237 tests/zfs-tests/tests/functional/exec/Makefile
ec0e24c2 238 tests/zfs-tests/tests/functional/fault/Makefile
6bb24f4d 239 tests/zfs-tests/tests/functional/features/async_destroy/Makefile
50c957f7 240 tests/zfs-tests/tests/functional/features/large_dnode/Makefile
6bb24f4d
BB
241 tests/zfs-tests/tests/functional/features/Makefile
242 tests/zfs-tests/tests/functional/grow_pool/Makefile
243 tests/zfs-tests/tests/functional/grow_replicas/Makefile
244 tests/zfs-tests/tests/functional/history/Makefile
245 tests/zfs-tests/tests/functional/inheritance/Makefile
246 tests/zfs-tests/tests/functional/inuse/Makefile
247 tests/zfs-tests/tests/functional/large_files/Makefile
248 tests/zfs-tests/tests/functional/largest_pool/Makefile
249 tests/zfs-tests/tests/functional/link_count/Makefile
449705db 250 tests/zfs-tests/tests/functional/libzfs/Makefile
6bb24f4d
BB
251 tests/zfs-tests/tests/functional/migration/Makefile
252 tests/zfs-tests/tests/functional/mmap/Makefile
253 tests/zfs-tests/tests/functional/mount/Makefile
254 tests/zfs-tests/tests/functional/mv_files/Makefile
255 tests/zfs-tests/tests/functional/nestedfs/Makefile
256 tests/zfs-tests/tests/functional/no_space/Makefile
257 tests/zfs-tests/tests/functional/nopwrite/Makefile
258 tests/zfs-tests/tests/functional/online_offline/Makefile
259 tests/zfs-tests/tests/functional/pool_names/Makefile
260 tests/zfs-tests/tests/functional/poolversion/Makefile
261 tests/zfs-tests/tests/functional/privilege/Makefile
262 tests/zfs-tests/tests/functional/quota/Makefile
ab9f4b0b 263 tests/zfs-tests/tests/functional/raidz/Makefile
6bb24f4d
BB
264 tests/zfs-tests/tests/functional/redundancy/Makefile
265 tests/zfs-tests/tests/functional/refquota/Makefile
266 tests/zfs-tests/tests/functional/refreserv/Makefile
267 tests/zfs-tests/tests/functional/rename_dirs/Makefile
268 tests/zfs-tests/tests/functional/replacement/Makefile
269 tests/zfs-tests/tests/functional/reservation/Makefile
270 tests/zfs-tests/tests/functional/rootpool/Makefile
271 tests/zfs-tests/tests/functional/rsend/Makefile
272 tests/zfs-tests/tests/functional/scrub_mirror/Makefile
273 tests/zfs-tests/tests/functional/slog/Makefile
274 tests/zfs-tests/tests/functional/snapshot/Makefile
275 tests/zfs-tests/tests/functional/snapused/Makefile
276 tests/zfs-tests/tests/functional/sparse/Makefile
277 tests/zfs-tests/tests/functional/threadsappend/Makefile
ace1eae8 278 tests/zfs-tests/tests/functional/tmpfile/Makefile
6bb24f4d
BB
279 tests/zfs-tests/tests/functional/truncate/Makefile
280 tests/zfs-tests/tests/functional/userquota/Makefile
1de321e6 281 tests/zfs-tests/tests/functional/upgrade/Makefile
e0ab3ab5 282 tests/zfs-tests/tests/functional/vdev_zaps/Makefile
6bb24f4d
BB
283 tests/zfs-tests/tests/functional/write_dirs/Makefile
284 tests/zfs-tests/tests/functional/xattr/Makefile
285 tests/zfs-tests/tests/functional/zvol/Makefile
286 tests/zfs-tests/tests/functional/zvol/zvol_cli/Makefile
287 tests/zfs-tests/tests/functional/zvol/zvol_ENOSPC/Makefile
288 tests/zfs-tests/tests/functional/zvol/zvol_misc/Makefile
289 tests/zfs-tests/tests/functional/zvol/zvol_swap/Makefile
679d73e9
JWK
290 tests/zfs-tests/tests/perf/Makefile
291 tests/zfs-tests/tests/perf/fio/Makefile
292 tests/zfs-tests/tests/perf/regression/Makefile
293 tests/zfs-tests/tests/perf/scripts/Makefile
6bb24f4d 294 tests/zfs-tests/tests/stress/Makefile
f3757573 295 rpm/Makefile
ee2ca1db
BB
296 rpm/redhat/Makefile
297 rpm/redhat/zfs.spec
298 rpm/redhat/zfs-kmod.spec
299 rpm/redhat/zfs-dkms.spec
f3757573
BB
300 rpm/generic/Makefile
301 rpm/generic/zfs.spec
302 rpm/generic/zfs-kmod.spec
303 rpm/generic/zfs-dkms.spec
6283f55e 304 zfs-script-config.sh
fb7eb3e3 305 zfs.release
c9c0d073
BB
306])
307
6078881a 308
c9c0d073 309AC_OUTPUT