]> git.proxmox.com Git - mirror_zfs.git/blame - configure.ac
Add the ZFS Test Suite
[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])])
a1d3450e 42AM_INIT_AUTOMAKE
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
52
53ZFS_AC_LICENSE
54ZFS_AC_PACKAGE
55ZFS_AC_CONFIG
56ZFS_AC_DEBUG
1c5de20a 57ZFS_AC_DEBUG_DMU_TX
c9c0d073 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
83 lib/libspl/include/sys/sysevent/Makefile
84 lib/libspl/include/sys/dktp/Makefile
85 lib/libspl/include/util/Makefile
c9c0d073
BB
86 lib/libavl/Makefile
87 lib/libefi/Makefile
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
1ffe90c5
TF
114 contrib/Makefile
115 contrib/bash_completion.d/Makefile
cc492505
BB
116 contrib/dracut/Makefile
117 contrib/dracut/90zfs/Makefile
2cac7f5f 118 contrib/initramfs/Makefile
c9c0d073
BB
119 module/Makefile
120 module/avl/Makefile
121 module/nvpair/Makefile
122 module/unicode/Makefile
123 module/zcommon/Makefile
124 module/zfs/Makefile
302ef151 125 module/zpios/Makefile
6283f55e 126 include/Makefile
8299a1f4 127 include/linux/Makefile
6283f55e
BB
128 include/sys/Makefile
129 include/sys/fs/Makefile
130 include/sys/fm/Makefile
131 include/sys/fm/fs/Makefile
c9c0d073 132 scripts/Makefile
6283f55e
BB
133 scripts/zpios-profile/Makefile
134 scripts/zpios-test/Makefile
135 scripts/zpool-config/Makefile
c9c0d073 136 scripts/common.sh
6bb24f4d
BB
137 tests/Makefile
138 tests/test-runner/Makefile
139 tests/test-runner/cmd/Makefile
140 tests/test-runner/include/Makefile
141 tests/test-runner/man/Makefile
142 tests/runfiles/Makefile
143 tests/zfs-tests/Makefile
144 tests/zfs-tests/cmd/Makefile
145 tests/zfs-tests/cmd/chg_usr_exec/Makefile
146 tests/zfs-tests/cmd/devname2devid/Makefile
147 tests/zfs-tests/cmd/dir_rd_update/Makefile
148 tests/zfs-tests/cmd/file_check/Makefile
149 tests/zfs-tests/cmd/file_trunc/Makefile
150 tests/zfs-tests/cmd/file_write/Makefile
151 tests/zfs-tests/cmd/largest_file/Makefile
152 tests/zfs-tests/cmd/mkbusy/Makefile
153 tests/zfs-tests/cmd/mkfile/Makefile
154 tests/zfs-tests/cmd/mkfiles/Makefile
155 tests/zfs-tests/cmd/mktree/Makefile
156 tests/zfs-tests/cmd/mmap_exec/Makefile
157 tests/zfs-tests/cmd/mmapwrite/Makefile
158 tests/zfs-tests/cmd/randfree_file/Makefile
159 tests/zfs-tests/cmd/readmmap/Makefile
160 tests/zfs-tests/cmd/rename_dir/Makefile
161 tests/zfs-tests/cmd/rm_lnkcnt_zero_file/Makefile
162 tests/zfs-tests/cmd/threadsappend/Makefile
163 tests/zfs-tests/cmd/xattrtest/Makefile
164 tests/zfs-tests/include/Makefile
165 tests/zfs-tests/include/commands.cfg
166 tests/zfs-tests/include/default.cfg
167 tests/zfs-tests/tests/Makefile
168 tests/zfs-tests/tests/functional/Makefile
169 tests/zfs-tests/tests/functional/acl/Makefile
170 tests/zfs-tests/tests/functional/acl/posix/Makefile
171 tests/zfs-tests/tests/functional/atime/Makefile
172 tests/zfs-tests/tests/functional/bootfs/Makefile
173 tests/zfs-tests/tests/functional/cache/Makefile
174 tests/zfs-tests/tests/functional/cachefile/Makefile
175 tests/zfs-tests/tests/functional/casenorm/Makefile
176 tests/zfs-tests/tests/functional/clean_mirror/Makefile
177 tests/zfs-tests/tests/functional/cli_root/Makefile
178 tests/zfs-tests/tests/functional/cli_root/zdb/Makefile
179 tests/zfs-tests/tests/functional/cli_root/zfs_clone/Makefile
180 tests/zfs-tests/tests/functional/cli_root/zfs_copies/Makefile
181 tests/zfs-tests/tests/functional/cli_root/zfs_create/Makefile
182 tests/zfs-tests/tests/functional/cli_root/zfs_destroy/Makefile
183 tests/zfs-tests/tests/functional/cli_root/zfs_get/Makefile
184 tests/zfs-tests/tests/functional/cli_root/zfs_inherit/Makefile
185 tests/zfs-tests/tests/functional/cli_root/zfs/Makefile
186 tests/zfs-tests/tests/functional/cli_root/zfs_mount/Makefile
187 tests/zfs-tests/tests/functional/cli_root/zfs_promote/Makefile
188 tests/zfs-tests/tests/functional/cli_root/zfs_property/Makefile
189 tests/zfs-tests/tests/functional/cli_root/zfs_receive/Makefile
190 tests/zfs-tests/tests/functional/cli_root/zfs_rename/Makefile
191 tests/zfs-tests/tests/functional/cli_root/zfs_reservation/Makefile
192 tests/zfs-tests/tests/functional/cli_root/zfs_rollback/Makefile
193 tests/zfs-tests/tests/functional/cli_root/zfs_send/Makefile
194 tests/zfs-tests/tests/functional/cli_root/zfs_set/Makefile
195 tests/zfs-tests/tests/functional/cli_root/zfs_share/Makefile
196 tests/zfs-tests/tests/functional/cli_root/zfs_snapshot/Makefile
197 tests/zfs-tests/tests/functional/cli_root/zfs_unmount/Makefile
198 tests/zfs-tests/tests/functional/cli_root/zfs_unshare/Makefile
199 tests/zfs-tests/tests/functional/cli_root/zfs_upgrade/Makefile
200 tests/zfs-tests/tests/functional/cli_root/zpool_add/Makefile
201 tests/zfs-tests/tests/functional/cli_root/zpool_attach/Makefile
202 tests/zfs-tests/tests/functional/cli_root/zpool_clear/Makefile
203 tests/zfs-tests/tests/functional/cli_root/zpool_create/Makefile
204 tests/zfs-tests/tests/functional/cli_root/zpool_destroy/Makefile
205 tests/zfs-tests/tests/functional/cli_root/zpool_detach/Makefile
206 tests/zfs-tests/tests/functional/cli_root/zpool_expand/Makefile
207 tests/zfs-tests/tests/functional/cli_root/zpool_export/Makefile
208 tests/zfs-tests/tests/functional/cli_root/zpool_get/Makefile
209 tests/zfs-tests/tests/functional/cli_root/zpool_history/Makefile
210 tests/zfs-tests/tests/functional/cli_root/zpool_import/Makefile
211 tests/zfs-tests/tests/functional/cli_root/zpool/Makefile
212 tests/zfs-tests/tests/functional/cli_root/zpool_offline/Makefile
213 tests/zfs-tests/tests/functional/cli_root/zpool_online/Makefile
214 tests/zfs-tests/tests/functional/cli_root/zpool_remove/Makefile
215 tests/zfs-tests/tests/functional/cli_root/zpool_replace/Makefile
216 tests/zfs-tests/tests/functional/cli_root/zpool_scrub/Makefile
217 tests/zfs-tests/tests/functional/cli_root/zpool_set/Makefile
218 tests/zfs-tests/tests/functional/cli_root/zpool_status/Makefile
219 tests/zfs-tests/tests/functional/cli_root/zpool_upgrade/Makefile
220 tests/zfs-tests/tests/functional/cli_user/Makefile
221 tests/zfs-tests/tests/functional/cli_user/misc/Makefile
222 tests/zfs-tests/tests/functional/cli_user/zfs_list/Makefile
223 tests/zfs-tests/tests/functional/cli_user/zpool_iostat/Makefile
224 tests/zfs-tests/tests/functional/cli_user/zpool_list/Makefile
225 tests/zfs-tests/tests/functional/compression/Makefile
226 tests/zfs-tests/tests/functional/ctime/Makefile
227 tests/zfs-tests/tests/functional/delegate/Makefile
228 tests/zfs-tests/tests/functional/devices/Makefile
229 tests/zfs-tests/tests/functional/exec/Makefile
230 tests/zfs-tests/tests/functional/features/async_destroy/Makefile
231 tests/zfs-tests/tests/functional/features/Makefile
232 tests/zfs-tests/tests/functional/grow_pool/Makefile
233 tests/zfs-tests/tests/functional/grow_replicas/Makefile
234 tests/zfs-tests/tests/functional/history/Makefile
235 tests/zfs-tests/tests/functional/inheritance/Makefile
236 tests/zfs-tests/tests/functional/inuse/Makefile
237 tests/zfs-tests/tests/functional/large_files/Makefile
238 tests/zfs-tests/tests/functional/largest_pool/Makefile
239 tests/zfs-tests/tests/functional/link_count/Makefile
240 tests/zfs-tests/tests/functional/migration/Makefile
241 tests/zfs-tests/tests/functional/mmap/Makefile
242 tests/zfs-tests/tests/functional/mount/Makefile
243 tests/zfs-tests/tests/functional/mv_files/Makefile
244 tests/zfs-tests/tests/functional/nestedfs/Makefile
245 tests/zfs-tests/tests/functional/no_space/Makefile
246 tests/zfs-tests/tests/functional/nopwrite/Makefile
247 tests/zfs-tests/tests/functional/online_offline/Makefile
248 tests/zfs-tests/tests/functional/pool_names/Makefile
249 tests/zfs-tests/tests/functional/poolversion/Makefile
250 tests/zfs-tests/tests/functional/privilege/Makefile
251 tests/zfs-tests/tests/functional/quota/Makefile
252 tests/zfs-tests/tests/functional/redundancy/Makefile
253 tests/zfs-tests/tests/functional/refquota/Makefile
254 tests/zfs-tests/tests/functional/refreserv/Makefile
255 tests/zfs-tests/tests/functional/rename_dirs/Makefile
256 tests/zfs-tests/tests/functional/replacement/Makefile
257 tests/zfs-tests/tests/functional/reservation/Makefile
258 tests/zfs-tests/tests/functional/rootpool/Makefile
259 tests/zfs-tests/tests/functional/rsend/Makefile
260 tests/zfs-tests/tests/functional/scrub_mirror/Makefile
261 tests/zfs-tests/tests/functional/slog/Makefile
262 tests/zfs-tests/tests/functional/snapshot/Makefile
263 tests/zfs-tests/tests/functional/snapused/Makefile
264 tests/zfs-tests/tests/functional/sparse/Makefile
265 tests/zfs-tests/tests/functional/threadsappend/Makefile
266 tests/zfs-tests/tests/functional/truncate/Makefile
267 tests/zfs-tests/tests/functional/userquota/Makefile
268 tests/zfs-tests/tests/functional/write_dirs/Makefile
269 tests/zfs-tests/tests/functional/xattr/Makefile
270 tests/zfs-tests/tests/functional/zvol/Makefile
271 tests/zfs-tests/tests/functional/zvol/zvol_cli/Makefile
272 tests/zfs-tests/tests/functional/zvol/zvol_ENOSPC/Makefile
273 tests/zfs-tests/tests/functional/zvol/zvol_misc/Makefile
274 tests/zfs-tests/tests/functional/zvol/zvol_swap/Makefile
275 tests/zfs-tests/tests/stress/Makefile
f3757573 276 rpm/Makefile
ee2ca1db
BB
277 rpm/redhat/Makefile
278 rpm/redhat/zfs.spec
279 rpm/redhat/zfs-kmod.spec
280 rpm/redhat/zfs-dkms.spec
f3757573
BB
281 rpm/generic/Makefile
282 rpm/generic/zfs.spec
283 rpm/generic/zfs-kmod.spec
284 rpm/generic/zfs-dkms.spec
6283f55e 285 zfs-script-config.sh
fb7eb3e3 286 zfs.release
c9c0d073
BB
287])
288
289AC_OUTPUT