]> git.proxmox.com Git - mirror_zfs-debian.git/blame - configure.ac
Merge tag 'upstream/0.7.5'
[mirror_zfs-debian.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
ea04106b
AX
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])
c06d4368 38AC_CONFIG_MACRO_DIR([config])
c9c0d073
BB
39AC_CANONICAL_SYSTEM
40AM_MAINTAINER_MODE
c06d4368 41m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
cae5b340 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
cae5b340 52AM_PROG_CC_C_O
c9c0d073
BB
53
54ZFS_AC_LICENSE
55ZFS_AC_PACKAGE
56ZFS_AC_CONFIG
57ZFS_AC_DEBUG
58
cae5b340 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
ea04106b
AX
66 etc/systemd/Makefile
67 etc/systemd/system/Makefile
cae5b340 68 etc/sudoers.d/Makefile
ea04106b 69 etc/modules-load.d/Makefile
c9c0d073 70 man/Makefile
cf2129e6 71 man/man1/Makefile
821b6834 72 man/man5/Makefile
c9c0d073
BB
73 man/man8/Makefile
74 lib/Makefile
a26baf28
BB
75 lib/libspl/Makefile
76 lib/libspl/asm-generic/Makefile
77 lib/libspl/asm-i386/Makefile
78 lib/libspl/asm-x86_64/Makefile
79 lib/libspl/include/Makefile
6283f55e
BB
80 lib/libspl/include/ia32/Makefile
81 lib/libspl/include/ia32/sys/Makefile
82 lib/libspl/include/rpc/Makefile
83 lib/libspl/include/sys/Makefile
6283f55e
BB
84 lib/libspl/include/sys/dktp/Makefile
85 lib/libspl/include/util/Makefile
c9c0d073
BB
86 lib/libavl/Makefile
87 lib/libefi/Makefile
cae5b340 88 lib/libicp/Makefile
c9c0d073
BB
89 lib/libnvpair/Makefile
90 lib/libunicode/Makefile
91 lib/libuutil/Makefile
92 lib/libzpool/Makefile
ea04106b
AX
93 lib/libzfs/libzfs.pc
94 lib/libzfs/libzfs_core.pc
c9c0d073 95 lib/libzfs/Makefile
a08ee875 96 lib/libzfs_core/Makefile
46e18b3f 97 lib/libshare/Makefile
c9c0d073
BB
98 cmd/Makefile
99 cmd/zdb/Makefile
9ae529ec 100 cmd/zhack/Makefile
c9c0d073
BB
101 cmd/zfs/Makefile
102 cmd/zinject/Makefile
103 cmd/zpool/Makefile
b79fc3fe 104 cmd/zstreamdump/Makefile
c9c0d073 105 cmd/ztest/Makefile
302ef151 106 cmd/zpios/Makefile
d53368f6 107 cmd/mount_zfs/Makefile
a1e147ee 108 cmd/fsck_zfs/Makefile
4c0d8e50 109 cmd/zvol_id/Makefile
821b6834 110 cmd/vdev_id/Makefile
c06d4368 111 cmd/arcstat/Makefile
a08ee875 112 cmd/dbufstat/Makefile
ea04106b
AX
113 cmd/arc_summary/Makefile
114 cmd/zed/Makefile
cae5b340
AX
115 cmd/raidz_test/Makefile
116 cmd/zgenhostid/Makefile
ea04106b
AX
117 contrib/Makefile
118 contrib/bash_completion.d/Makefile
e10b0808 119 contrib/dracut/Makefile
cae5b340 120 contrib/dracut/02zfsexpandknowledge/Makefile
e10b0808
AX
121 contrib/dracut/90zfs/Makefile
122 contrib/initramfs/Makefile
c9c0d073
BB
123 module/Makefile
124 module/avl/Makefile
125 module/nvpair/Makefile
126 module/unicode/Makefile
127 module/zcommon/Makefile
128 module/zfs/Makefile
302ef151 129 module/zpios/Makefile
cae5b340 130 module/icp/Makefile
6283f55e 131 include/Makefile
8299a1f4 132 include/linux/Makefile
6283f55e
BB
133 include/sys/Makefile
134 include/sys/fs/Makefile
135 include/sys/fm/Makefile
136 include/sys/fm/fs/Makefile
cae5b340
AX
137 include/sys/crypto/Makefile
138 include/sys/sysevent/Makefile
c9c0d073 139 scripts/Makefile
6283f55e
BB
140 scripts/zpios-profile/Makefile
141 scripts/zpios-test/Makefile
142 scripts/zpool-config/Makefile
c9c0d073 143 scripts/common.sh
cae5b340
AX
144 tests/Makefile
145 tests/test-runner/Makefile
146 tests/test-runner/cmd/Makefile
147 tests/test-runner/include/Makefile
148 tests/test-runner/man/Makefile
149 tests/runfiles/Makefile
150 tests/zfs-tests/Makefile
151 tests/zfs-tests/callbacks/Makefile
152 tests/zfs-tests/cmd/Makefile
153 tests/zfs-tests/cmd/chg_usr_exec/Makefile
154 tests/zfs-tests/cmd/devname2devid/Makefile
155 tests/zfs-tests/cmd/dir_rd_update/Makefile
156 tests/zfs-tests/cmd/file_check/Makefile
157 tests/zfs-tests/cmd/file_trunc/Makefile
158 tests/zfs-tests/cmd/file_write/Makefile
159 tests/zfs-tests/cmd/largest_file/Makefile
160 tests/zfs-tests/cmd/mkbusy/Makefile
161 tests/zfs-tests/cmd/mkfile/Makefile
162 tests/zfs-tests/cmd/mkfiles/Makefile
163 tests/zfs-tests/cmd/mktree/Makefile
164 tests/zfs-tests/cmd/mmap_exec/Makefile
165 tests/zfs-tests/cmd/mmapwrite/Makefile
166 tests/zfs-tests/cmd/randfree_file/Makefile
167 tests/zfs-tests/cmd/readmmap/Makefile
168 tests/zfs-tests/cmd/rename_dir/Makefile
169 tests/zfs-tests/cmd/rm_lnkcnt_zero_file/Makefile
170 tests/zfs-tests/cmd/threadsappend/Makefile
171 tests/zfs-tests/cmd/xattrtest/Makefile
172 tests/zfs-tests/include/Makefile
173 tests/zfs-tests/include/default.cfg
174 tests/zfs-tests/tests/Makefile
175 tests/zfs-tests/tests/functional/Makefile
176 tests/zfs-tests/tests/functional/acl/Makefile
177 tests/zfs-tests/tests/functional/acl/posix/Makefile
178 tests/zfs-tests/tests/functional/atime/Makefile
179 tests/zfs-tests/tests/functional/bootfs/Makefile
180 tests/zfs-tests/tests/functional/cache/Makefile
181 tests/zfs-tests/tests/functional/cachefile/Makefile
182 tests/zfs-tests/tests/functional/casenorm/Makefile
183 tests/zfs-tests/tests/functional/checksum/Makefile
184 tests/zfs-tests/tests/functional/chattr/Makefile
185 tests/zfs-tests/tests/functional/clean_mirror/Makefile
186 tests/zfs-tests/tests/functional/cli_root/Makefile
187 tests/zfs-tests/tests/functional/cli_root/zdb/Makefile
188 tests/zfs-tests/tests/functional/cli_root/zfs_clone/Makefile
189 tests/zfs-tests/tests/functional/cli_root/zfs_copies/Makefile
190 tests/zfs-tests/tests/functional/cli_root/zfs_create/Makefile
191 tests/zfs-tests/tests/functional/cli_root/zfs_destroy/Makefile
192 tests/zfs-tests/tests/functional/cli_root/zfs_get/Makefile
193 tests/zfs-tests/tests/functional/cli_root/zfs_inherit/Makefile
194 tests/zfs-tests/tests/functional/cli_root/zfs/Makefile
195 tests/zfs-tests/tests/functional/cli_root/zfs_mount/Makefile
196 tests/zfs-tests/tests/functional/cli_root/zfs_promote/Makefile
197 tests/zfs-tests/tests/functional/cli_root/zfs_property/Makefile
198 tests/zfs-tests/tests/functional/cli_root/zfs_receive/Makefile
199 tests/zfs-tests/tests/functional/cli_root/zfs_rename/Makefile
200 tests/zfs-tests/tests/functional/cli_root/zfs_reservation/Makefile
201 tests/zfs-tests/tests/functional/cli_root/zfs_rollback/Makefile
202 tests/zfs-tests/tests/functional/cli_root/zfs_send/Makefile
203 tests/zfs-tests/tests/functional/cli_root/zfs_set/Makefile
204 tests/zfs-tests/tests/functional/cli_root/zfs_share/Makefile
205 tests/zfs-tests/tests/functional/cli_root/zfs_snapshot/Makefile
206 tests/zfs-tests/tests/functional/cli_root/zfs_unmount/Makefile
207 tests/zfs-tests/tests/functional/cli_root/zfs_unshare/Makefile
208 tests/zfs-tests/tests/functional/cli_root/zfs_upgrade/Makefile
209 tests/zfs-tests/tests/functional/cli_root/zpool_add/Makefile
210 tests/zfs-tests/tests/functional/cli_root/zpool_attach/Makefile
211 tests/zfs-tests/tests/functional/cli_root/zpool_clear/Makefile
212 tests/zfs-tests/tests/functional/cli_root/zpool_create/Makefile
213 tests/zfs-tests/tests/functional/cli_root/zpool_destroy/Makefile
214 tests/zfs-tests/tests/functional/cli_root/zpool_detach/Makefile
215 tests/zfs-tests/tests/functional/cli_root/zpool_expand/Makefile
216 tests/zfs-tests/tests/functional/cli_root/zpool_export/Makefile
217 tests/zfs-tests/tests/functional/cli_root/zpool_get/Makefile
218 tests/zfs-tests/tests/functional/cli_root/zpool_history/Makefile
219 tests/zfs-tests/tests/functional/cli_root/zpool_import/Makefile
220 tests/zfs-tests/tests/functional/cli_root/zpool_labelclear/Makefile
221 tests/zfs-tests/tests/functional/cli_root/zpool/Makefile
222 tests/zfs-tests/tests/functional/cli_root/zpool_offline/Makefile
223 tests/zfs-tests/tests/functional/cli_root/zpool_online/Makefile
224 tests/zfs-tests/tests/functional/cli_root/zpool_remove/Makefile
225 tests/zfs-tests/tests/functional/cli_root/zpool_replace/Makefile
226 tests/zfs-tests/tests/functional/cli_root/zpool_scrub/Makefile
227 tests/zfs-tests/tests/functional/cli_root/zpool_set/Makefile
228 tests/zfs-tests/tests/functional/cli_root/zpool_status/Makefile
229 tests/zfs-tests/tests/functional/cli_root/zpool_sync/Makefile
230 tests/zfs-tests/tests/functional/cli_root/zpool_upgrade/Makefile
231 tests/zfs-tests/tests/functional/cli_user/Makefile
232 tests/zfs-tests/tests/functional/cli_user/misc/Makefile
233 tests/zfs-tests/tests/functional/cli_user/zfs_list/Makefile
234 tests/zfs-tests/tests/functional/cli_user/zpool_iostat/Makefile
235 tests/zfs-tests/tests/functional/cli_user/zpool_list/Makefile
236 tests/zfs-tests/tests/functional/compression/Makefile
237 tests/zfs-tests/tests/functional/ctime/Makefile
238 tests/zfs-tests/tests/functional/delegate/Makefile
239 tests/zfs-tests/tests/functional/devices/Makefile
240 tests/zfs-tests/tests/functional/events/Makefile
241 tests/zfs-tests/tests/functional/exec/Makefile
242 tests/zfs-tests/tests/functional/fault/Makefile
243 tests/zfs-tests/tests/functional/features/async_destroy/Makefile
244 tests/zfs-tests/tests/functional/features/large_dnode/Makefile
245 tests/zfs-tests/tests/functional/features/Makefile
246 tests/zfs-tests/tests/functional/grow_pool/Makefile
247 tests/zfs-tests/tests/functional/grow_replicas/Makefile
248 tests/zfs-tests/tests/functional/history/Makefile
249 tests/zfs-tests/tests/functional/inheritance/Makefile
250 tests/zfs-tests/tests/functional/inuse/Makefile
251 tests/zfs-tests/tests/functional/large_files/Makefile
252 tests/zfs-tests/tests/functional/largest_pool/Makefile
253 tests/zfs-tests/tests/functional/link_count/Makefile
254 tests/zfs-tests/tests/functional/libzfs/Makefile
255 tests/zfs-tests/tests/functional/migration/Makefile
256 tests/zfs-tests/tests/functional/mmap/Makefile
257 tests/zfs-tests/tests/functional/mmp/Makefile
258 tests/zfs-tests/tests/functional/mount/Makefile
259 tests/zfs-tests/tests/functional/mv_files/Makefile
260 tests/zfs-tests/tests/functional/nestedfs/Makefile
261 tests/zfs-tests/tests/functional/no_space/Makefile
262 tests/zfs-tests/tests/functional/nopwrite/Makefile
263 tests/zfs-tests/tests/functional/online_offline/Makefile
264 tests/zfs-tests/tests/functional/pool_names/Makefile
265 tests/zfs-tests/tests/functional/poolversion/Makefile
266 tests/zfs-tests/tests/functional/privilege/Makefile
267 tests/zfs-tests/tests/functional/quota/Makefile
268 tests/zfs-tests/tests/functional/raidz/Makefile
269 tests/zfs-tests/tests/functional/redundancy/Makefile
270 tests/zfs-tests/tests/functional/refquota/Makefile
271 tests/zfs-tests/tests/functional/refreserv/Makefile
272 tests/zfs-tests/tests/functional/rename_dirs/Makefile
273 tests/zfs-tests/tests/functional/replacement/Makefile
274 tests/zfs-tests/tests/functional/reservation/Makefile
275 tests/zfs-tests/tests/functional/rootpool/Makefile
276 tests/zfs-tests/tests/functional/rsend/Makefile
277 tests/zfs-tests/tests/functional/scrub_mirror/Makefile
278 tests/zfs-tests/tests/functional/slog/Makefile
279 tests/zfs-tests/tests/functional/snapshot/Makefile
280 tests/zfs-tests/tests/functional/snapused/Makefile
281 tests/zfs-tests/tests/functional/sparse/Makefile
282 tests/zfs-tests/tests/functional/threadsappend/Makefile
283 tests/zfs-tests/tests/functional/tmpfile/Makefile
284 tests/zfs-tests/tests/functional/truncate/Makefile
285 tests/zfs-tests/tests/functional/userquota/Makefile
286 tests/zfs-tests/tests/functional/upgrade/Makefile
287 tests/zfs-tests/tests/functional/vdev_zaps/Makefile
288 tests/zfs-tests/tests/functional/write_dirs/Makefile
289 tests/zfs-tests/tests/functional/xattr/Makefile
290 tests/zfs-tests/tests/functional/zvol/Makefile
291 tests/zfs-tests/tests/functional/zvol/zvol_cli/Makefile
292 tests/zfs-tests/tests/functional/zvol/zvol_ENOSPC/Makefile
293 tests/zfs-tests/tests/functional/zvol/zvol_misc/Makefile
294 tests/zfs-tests/tests/functional/zvol/zvol_swap/Makefile
295 tests/zfs-tests/tests/perf/Makefile
296 tests/zfs-tests/tests/perf/fio/Makefile
297 tests/zfs-tests/tests/perf/regression/Makefile
298 tests/zfs-tests/tests/perf/scripts/Makefile
299 tests/zfs-tests/tests/stress/Makefile
f3757573 300 rpm/Makefile
ea04106b
AX
301 rpm/redhat/Makefile
302 rpm/redhat/zfs.spec
303 rpm/redhat/zfs-kmod.spec
304 rpm/redhat/zfs-dkms.spec
f3757573
BB
305 rpm/generic/Makefile
306 rpm/generic/zfs.spec
307 rpm/generic/zfs-kmod.spec
308 rpm/generic/zfs-dkms.spec
6283f55e 309 zfs-script-config.sh
fb7eb3e3 310 zfs.release
c9c0d073
BB
311])
312
cae5b340 313
c9c0d073 314AC_OUTPUT