]> git.proxmox.com Git - mirror_zfs-debian.git/blame - configure.ac
Imported Upstream version 0.6.2
[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
33AC_INIT
34AC_LANG(C)
35ZFS_AC_META
36AC_CONFIG_AUX_DIR([config])
c06d4368 37AC_CONFIG_MACRO_DIR([config])
c9c0d073
BB
38AC_CANONICAL_SYSTEM
39AM_MAINTAINER_MODE
c06d4368 40m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
c9c0d073
BB
41AM_INIT_AUTOMAKE([$ZFS_META_NAME], [$ZFS_META_VERSION])
42AC_CONFIG_HEADERS([zfs_config.h], [
43 (mv zfs_config.h zfs_config.h.tmp &&
6283f55e 44 awk -f ${ac_srcdir}/config/config.awk zfs_config.h.tmp >zfs_config.h &&
c9c0d073
BB
45 rm zfs_config.h.tmp) || exit 1])
46
47AC_PROG_INSTALL
48AC_PROG_CC
49AC_PROG_LIBTOOL
50AM_PROG_AS
51
52ZFS_AC_LICENSE
53ZFS_AC_PACKAGE
54ZFS_AC_CONFIG
55ZFS_AC_DEBUG
1c5de20a 56ZFS_AC_DEBUG_DMU_TX
c9c0d073
BB
57
58AC_CONFIG_FILES([
59 Makefile
ae26d046
MAR
60 dracut/Makefile
61 dracut/90zfs/Makefile
12d06bac
KF
62 udev/Makefile
63 udev/rules.d/Makefile
c9c0d073 64 etc/Makefile
01c0e61d
BB
65 etc/init.d/Makefile
66 etc/zfs/Makefile
c9c0d073 67 man/Makefile
cf2129e6 68 man/man1/Makefile
821b6834 69 man/man5/Makefile
c9c0d073
BB
70 man/man8/Makefile
71 lib/Makefile
a26baf28
BB
72 lib/libspl/Makefile
73 lib/libspl/asm-generic/Makefile
74 lib/libspl/asm-i386/Makefile
75 lib/libspl/asm-x86_64/Makefile
76 lib/libspl/include/Makefile
6283f55e
BB
77 lib/libspl/include/ia32/Makefile
78 lib/libspl/include/ia32/sys/Makefile
79 lib/libspl/include/rpc/Makefile
80 lib/libspl/include/sys/Makefile
81 lib/libspl/include/sys/sysevent/Makefile
82 lib/libspl/include/sys/dktp/Makefile
83 lib/libspl/include/util/Makefile
c9c0d073
BB
84 lib/libavl/Makefile
85 lib/libefi/Makefile
86 lib/libnvpair/Makefile
87 lib/libunicode/Makefile
88 lib/libuutil/Makefile
89 lib/libzpool/Makefile
c9c0d073 90 lib/libzfs/Makefile
46e18b3f 91 lib/libshare/Makefile
c9c0d073
BB
92 cmd/Makefile
93 cmd/zdb/Makefile
9ae529ec 94 cmd/zhack/Makefile
c9c0d073
BB
95 cmd/zfs/Makefile
96 cmd/zinject/Makefile
97 cmd/zpool/Makefile
b79fc3fe 98 cmd/zstreamdump/Makefile
c9c0d073 99 cmd/ztest/Makefile
302ef151 100 cmd/zpios/Makefile
d53368f6 101 cmd/mount_zfs/Makefile
a1e147ee 102 cmd/fsck_zfs/Makefile
4c0d8e50 103 cmd/zvol_id/Makefile
821b6834 104 cmd/vdev_id/Makefile
c06d4368 105 cmd/arcstat/Makefile
c9c0d073
BB
106 module/Makefile
107 module/avl/Makefile
108 module/nvpair/Makefile
109 module/unicode/Makefile
110 module/zcommon/Makefile
111 module/zfs/Makefile
302ef151 112 module/zpios/Makefile
6283f55e 113 include/Makefile
8299a1f4 114 include/linux/Makefile
6283f55e
BB
115 include/sys/Makefile
116 include/sys/fs/Makefile
117 include/sys/fm/Makefile
118 include/sys/fm/fs/Makefile
c9c0d073 119 scripts/Makefile
6283f55e
BB
120 scripts/zpios-profile/Makefile
121 scripts/zpios-test/Makefile
122 scripts/zpool-config/Makefile
c9c0d073 123 scripts/common.sh
f3757573
BB
124 rpm/Makefile
125 rpm/fedora/Makefile
126 rpm/fedora/zfs.spec
127 rpm/fedora/zfs-kmod.spec
128 rpm/fedora/zfs-dkms.spec
129 rpm/generic/Makefile
130 rpm/generic/zfs.spec
131 rpm/generic/zfs-kmod.spec
132 rpm/generic/zfs-dkms.spec
6283f55e 133 zfs-script-config.sh
fb7eb3e3 134 zfs.release
c9c0d073
BB
135])
136
137AC_OUTPUT