]> git.proxmox.com Git - mirror_zfs.git/blame - configure.ac
etc/init.d: decide which variant to use at build time.
[mirror_zfs.git] / configure.ac
CommitLineData
c9c0d073 1/*
09a7ad38 2 * This file is part of OpenZFS.
c9c0d073
BB
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
1d3ba0bf 20 * or https://opensource.org/licenses/CDDL-1.0.
c9c0d073
BB
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
c8970f52
AZ
33AC_INIT(m4_esyscmd(awk '/^Name:/ {printf $2}' META),
34 m4_esyscmd(awk '/^Version:/ {printf $2}' META))
e6e31dd5 35CFGOPTS="$*"
c9c0d073
BB
36AC_LANG(C)
37ZFS_AC_META
38AC_CONFIG_AUX_DIR([config])
8c392629 39AC_CONFIG_MACRO_DIR([config])
06346cc5 40AC_CANONICAL_TARGET
c9c0d073 41AM_MAINTAINER_MODE
5b5a65b0 42m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
c8970f52 43AM_INIT_AUTOMAKE([subdir-objects foreign])
eaf94bda
AZ
44# Remove default macros from config.h:
45# PACKAGE, PACKAGE_{BUGREPORT,NAME,STRING,TARNAME,VERSION}, STDC_HEADERS, VERSION
c9c0d073 46AC_CONFIG_HEADERS([zfs_config.h], [
05277740 47 $SED -nri~ -e '/^$/be' -e 'N;N;/#define (PACKAGE|VERSION|STDC_HEADERS)/d' -e ':e' -e 'p' zfs_config.h && rm zfs_config.h~ || exit])
c9c0d073 48
06346cc5 49LT_INIT
c9c0d073
BB
50AC_PROG_INSTALL
51AC_PROG_CC
dd00925e 52AC_PROG_LN_S
762f9ef3 53PKG_PROG_PKG_CONFIG
c9c0d073 54AM_PROG_AS
3c67d83a 55AM_PROG_CC_C_O
acf04442 56AX_CODE_COVERAGE
1dfde3d9 57_AM_PROG_TAR(pax)
c9c0d073
BB
58
59ZFS_AC_LICENSE
c9c0d073 60ZFS_AC_CONFIG
22831636 61ZFS_AC_PACKAGE
c9c0d073 62ZFS_AC_DEBUG
0d3980ac 63ZFS_AC_DEBUGINFO
93ce2b4c
BB
64ZFS_AC_DEBUG_KMEM
65ZFS_AC_DEBUG_KMEM_TRACKING
ba74de88 66ZFS_AC_DEBUG_INVARIANTS
c9c0d073 67
6bb24f4d 68AC_CONFIG_FILES([
e6e31dd5 69 contrib/debian/rules
5796e3a7 70 contrib/debian/changelog
c9c0d073 71 Makefile
381d91de 72 include/Makefile
c3f8dc2a 73 lib/libzfs/libzfs.pc
4d61ade1 74 lib/libzfs_core/libzfs_core.pc
ea04cc4a 75 lib/libzfsbootenv/libzfsbootenv.pc
71504277 76 module/Kbuild
c9c0d073 77 module/Makefile
381d91de
RM
78 rpm/generic/zfs-dkms.spec
79 rpm/generic/zfs-kmod.spec
80 rpm/generic/zfs.spec
381d91de
RM
81 rpm/redhat/zfs-dkms.spec
82 rpm/redhat/zfs-kmod.spec
83 rpm/redhat/zfs.spec
6bb24f4d 84 tests/zfs-tests/tests/Makefile
fb7eb3e3 85 zfs.release
c9c0d073
BB
86])
87
6078881a 88
c9c0d073 89AC_OUTPUT