]> git.proxmox.com Git - mirror_zfs.git/blame - configure.ac
Illumos 5314 - Remove "dbuf phys" db->db_data pointer aliases in ZFS
[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
BB
58
59AC_CONFIG_FILES([
60 Makefile
ae26d046
MAR
61 dracut/Makefile
62 dracut/90zfs/Makefile
12d06bac
KF
63 udev/Makefile
64 udev/rules.d/Makefile
c9c0d073 65 etc/Makefile
01c0e61d
BB
66 etc/init.d/Makefile
67 etc/zfs/Makefile
881f45c6
RE
68 etc/systemd/Makefile
69 etc/systemd/system/Makefile
70 etc/modules-load.d/Makefile
c9c0d073 71 man/Makefile
cf2129e6 72 man/man1/Makefile
821b6834 73 man/man5/Makefile
c9c0d073
BB
74 man/man8/Makefile
75 lib/Makefile
a26baf28
BB
76 lib/libspl/Makefile
77 lib/libspl/asm-generic/Makefile
78 lib/libspl/asm-i386/Makefile
79 lib/libspl/asm-x86_64/Makefile
80 lib/libspl/include/Makefile
6283f55e
BB
81 lib/libspl/include/ia32/Makefile
82 lib/libspl/include/ia32/sys/Makefile
83 lib/libspl/include/rpc/Makefile
84 lib/libspl/include/sys/Makefile
85 lib/libspl/include/sys/sysevent/Makefile
86 lib/libspl/include/sys/dktp/Makefile
87 lib/libspl/include/util/Makefile
c9c0d073
BB
88 lib/libavl/Makefile
89 lib/libefi/Makefile
90 lib/libnvpair/Makefile
91 lib/libunicode/Makefile
92 lib/libuutil/Makefile
93 lib/libzpool/Makefile
c3f8dc2a
TF
94 lib/libzfs/libzfs.pc
95 lib/libzfs/libzfs_core.pc
c9c0d073 96 lib/libzfs/Makefile
6f1ffb06 97 lib/libzfs_core/Makefile
46e18b3f 98 lib/libshare/Makefile
c9c0d073
BB
99 cmd/Makefile
100 cmd/zdb/Makefile
9ae529ec 101 cmd/zhack/Makefile
c9c0d073
BB
102 cmd/zfs/Makefile
103 cmd/zinject/Makefile
104 cmd/zpool/Makefile
b79fc3fe 105 cmd/zstreamdump/Makefile
c9c0d073 106 cmd/ztest/Makefile
302ef151 107 cmd/zpios/Makefile
d53368f6 108 cmd/mount_zfs/Makefile
a1e147ee 109 cmd/fsck_zfs/Makefile
4c0d8e50 110 cmd/zvol_id/Makefile
821b6834 111 cmd/vdev_id/Makefile
fb02fabf 112 cmd/arcstat/Makefile
d738d34d 113 cmd/dbufstat/Makefile
02bd676d 114 cmd/arc_summary/Makefile
9e246ac3 115 cmd/zed/Makefile
1ffe90c5
TF
116 contrib/Makefile
117 contrib/bash_completion.d/Makefile
c9c0d073
BB
118 module/Makefile
119 module/avl/Makefile
120 module/nvpair/Makefile
121 module/unicode/Makefile
122 module/zcommon/Makefile
123 module/zfs/Makefile
302ef151 124 module/zpios/Makefile
6283f55e 125 include/Makefile
8299a1f4 126 include/linux/Makefile
6283f55e
BB
127 include/sys/Makefile
128 include/sys/fs/Makefile
129 include/sys/fm/Makefile
130 include/sys/fm/fs/Makefile
c9c0d073 131 scripts/Makefile
6283f55e
BB
132 scripts/zpios-profile/Makefile
133 scripts/zpios-test/Makefile
134 scripts/zpool-config/Makefile
c9c0d073 135 scripts/common.sh
f3757573 136 rpm/Makefile
ee2ca1db
BB
137 rpm/redhat/Makefile
138 rpm/redhat/zfs.spec
139 rpm/redhat/zfs-kmod.spec
140 rpm/redhat/zfs-dkms.spec
f3757573
BB
141 rpm/generic/Makefile
142 rpm/generic/zfs.spec
143 rpm/generic/zfs-kmod.spec
144 rpm/generic/zfs-dkms.spec
6283f55e 145 zfs-script-config.sh
fb7eb3e3 146 zfs.release
c9c0d073
BB
147])
148
149AC_OUTPUT