]> git.proxmox.com Git - mirror_spl-debian.git/blame - configure.ac
Install spl-devel products in /usr/src/spl-SPL_VERSION/LINUX_VERSION/
[mirror_spl-debian.git] / configure.ac
CommitLineData
715f6251 1/*
2 * This file is part of the SPL: Solaris Porting Layer.
3 *
4 * Copyright (c) 2008 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 * UCRL-CODE-235197
11 *
12 * This is free software; you can redistribute it and/or modify it
13 * under the terms of the GNU General Public License as published by
14 * the Free Software Foundation; either version 2 of the License, or
15 * (at your option) any later version.
16 *
17 * This is distributed in the hope that it will be useful, but WITHOUT
18 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
19 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
20 * for more details.
21 *
22 * You should have received a copy of the GNU General Public License along
23 * with this program; if not, write to the Free Software Foundation, Inc.,
24 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
25 */
26
f1ca4da6 27AC_INIT
0c617c9a 28AC_LANG(C)
dd529a30 29SPL_AC_META
bf9f3bac 30AC_CONFIG_AUX_DIR([config])
f1ca4da6 31AC_CANONICAL_SYSTEM
abc3ca14 32AM_INIT_AUTOMAKE([$SPL_META_NAME], [$SPL_META_VERSION])
57d86234 33AC_CONFIG_HEADERS([spl_config.h])
0cbaeb11 34AH_BOTTOM([#include <spl_unconfig.h>])
bf9f3bac 35AM_MAINTAINER_MODE
f1ca4da6 36
37AC_PROG_INSTALL
38AC_PROG_CC
564f6d15 39AC_PROG_LIBTOOL
f1ca4da6 40
cc7449cc 41SPL_AC_KERNEL
2e0e7e69 42SPL_AC_MODULE_SYMVERS
6a1c3d41 43SPL_AC_LICENSE
cc7449cc 44SPL_AC_DEBUG
45SPL_AC_DEBUG_KMEM
46SPL_AC_DEBUG_MUTEX
47SPL_AC_DEBUG_KSTAT
48SPL_AC_DEBUG_CALLB
57d86234 49SPL_AC_TYPE_UINTPTR_T
a0f6da3d 50SPL_AC_TYPE_ATOMIC64_T
57d86234 51SPL_AC_3ARGS_INIT_WORK
52SPL_AC_2ARGS_REGISTER_SYSCTL
57d86234 53SPL_AC_SET_SHRINKER
54SPL_AC_PATH_IN_NAMEIDATA
55SPL_AC_TASK_CURR
56SPL_AC_CTL_UNNUMBERED
877a32e9 57SPL_AC_FLS64
46c685d0 58SPL_AC_DEVICE_CREATE
8123ac4f 59SPL_AC_5ARGS_DEVICE_CREATE
46c685d0 60SPL_AC_CLASS_DEVICE_CREATE
6a6cafbe 61SPL_AC_SET_NORMALIZED_TIMESPEC_EXPORT
62SPL_AC_SET_NORMALIZED_TIMESPEC_INLINE
63SPL_AC_TIMESPEC_SUB
3d061e9d 64SPL_AC_INIT_UTSNAME
86de8532 65SPL_AC_FDTABLE_HEADER
3d061e9d 66SPL_AC_FILES_FDTABLE
322640b7 67SPL_AC_UACCESS_HEADER
3d061e9d 68SPL_AC_KMALLOC_NODE
69SPL_AC_MONOTONIC_CLOCK
70SPL_AC_INODE_I_MUTEX
6c9433c1 71SPL_AC_MUTEX_LOCK_NESTED
b61a6e8b 72SPL_AC_DIV64_64
96dded38 73SPL_AC_DIV64_U64
31a033ec 74SPL_AC_3ARGS_ON_EACH_CPU
d1ff2312
BB
75SPL_AC_KALLSYMS_LOOKUP_NAME
76SPL_AC_GET_VMALLOC_INFO
5232d256 77SPL_AC_PGDAT_HELPERS
36b313da
BB
78SPL_AC_FIRST_ONLINE_PGDAT
79SPL_AC_NEXT_ONLINE_PGDAT
80SPL_AC_NEXT_ZONE
5232d256 81SPL_AC_PGDAT_LIST
4ab13d3b 82SPL_AC_GET_ZONE_COUNTS
96dded38 83SPL_AC_GLOBAL_PAGE_STATE
e11d6c5f 84SPL_AC_ZONE_STAT_ITEM_FIA
a093c6a4
BB
85SPL_AC_2ARGS_VFS_UNLINK
86SPL_AC_4ARGS_VFS_RENAME
f1ca4da6 87
f6c5d4ff
BB
88AC_CONFIG_FILES([
89 Makefile
90 lib/Makefile
91 cmd/Makefile
92 module/Makefile
93 module/spl/Makefile
94 module/splat/Makefile
95 include/Makefile
f6c5d4ff 96 scripts/Makefile
c5f70460 97 spl.spec
f6c5d4ff 98])
f1ca4da6 99
100AC_OUTPUT