2008-05-26 04:38:26 +00:00
|
|
|
/*
|
|
|
|
* This file is part of the SPL: Solaris Porting Layer.
|
|
|
|
*
|
|
|
|
* Copyright (c) 2008 Lawrence Livermore National Security, LLC.
|
|
|
|
* Produced at Lawrence Livermore National Laboratory
|
|
|
|
* Written by:
|
|
|
|
* Brian Behlendorf <behlendorf1@llnl.gov>,
|
|
|
|
* Herb Wartens <wartens2@llnl.gov>,
|
|
|
|
* Jim Garlick <garlick@llnl.gov>
|
|
|
|
* UCRL-CODE-235197
|
|
|
|
*
|
|
|
|
* This is free software; you can redistribute it and/or modify it
|
|
|
|
* under the terms of the GNU General Public License as published by
|
|
|
|
* the Free Software Foundation; either version 2 of the License, or
|
|
|
|
* (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This is distributed in the hope that it will be useful, but WITHOUT
|
|
|
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
|
|
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
|
|
* for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License along
|
|
|
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
|
|
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
|
|
*/
|
|
|
|
|
2008-02-26 20:36:04 +00:00
|
|
|
AC_INIT
|
2009-03-10 17:57:52 +00:00
|
|
|
AC_LANG(C)
|
2008-11-26 17:01:45 +00:00
|
|
|
SPL_AC_META
|
2008-11-24 23:49:18 +00:00
|
|
|
AC_CONFIG_AUX_DIR([config])
|
2008-02-26 20:36:04 +00:00
|
|
|
AC_CANONICAL_SYSTEM
|
2008-11-26 21:09:37 +00:00
|
|
|
AM_INIT_AUTOMAKE([$SPL_META_NAME], [$SPL_META_VERSION])
|
2008-06-02 17:28:49 +00:00
|
|
|
AC_CONFIG_HEADERS([spl_config.h])
|
2009-03-17 21:55:59 +00:00
|
|
|
AH_BOTTOM([#include <spl_unconfig.h>])
|
2008-11-24 23:49:18 +00:00
|
|
|
AM_MAINTAINER_MODE
|
2008-02-26 20:36:04 +00:00
|
|
|
|
|
|
|
AC_PROG_INSTALL
|
|
|
|
AC_PROG_CC
|
2008-02-26 23:20:41 +00:00
|
|
|
AC_PROG_LIBTOOL
|
2008-02-26 20:36:04 +00:00
|
|
|
|
2008-05-19 02:49:12 +00:00
|
|
|
SPL_AC_KERNEL
|
2008-11-13 21:43:30 +00:00
|
|
|
SPL_AC_LICENSE
|
2008-05-19 02:49:12 +00:00
|
|
|
SPL_AC_DEBUG
|
|
|
|
SPL_AC_DEBUG_KMEM
|
|
|
|
SPL_AC_DEBUG_MUTEX
|
|
|
|
SPL_AC_DEBUG_KSTAT
|
|
|
|
SPL_AC_DEBUG_CALLB
|
2008-06-02 17:28:49 +00:00
|
|
|
SPL_AC_TYPE_UINTPTR_T
|
2008-11-03 21:06:04 +00:00
|
|
|
SPL_AC_TYPE_ATOMIC64_T
|
2008-06-02 17:28:49 +00:00
|
|
|
SPL_AC_3ARGS_INIT_WORK
|
|
|
|
SPL_AC_2ARGS_REGISTER_SYSCTL
|
|
|
|
SPL_AC_SET_SHRINKER
|
|
|
|
SPL_AC_PATH_IN_NAMEIDATA
|
|
|
|
SPL_AC_TASK_CURR
|
|
|
|
SPL_AC_CTL_UNNUMBERED
|
2008-08-06 04:52:39 +00:00
|
|
|
SPL_AC_FLS64
|
2008-08-10 03:50:36 +00:00
|
|
|
SPL_AC_DEVICE_CREATE
|
2009-03-13 20:38:43 +00:00
|
|
|
SPL_AC_5ARGS_DEVICE_CREATE
|
2008-08-10 03:50:36 +00:00
|
|
|
SPL_AC_CLASS_DEVICE_CREATE
|
2008-08-11 17:20:11 +00:00
|
|
|
SPL_AC_SET_NORMALIZED_TIMESPEC_EXPORT
|
|
|
|
SPL_AC_SET_NORMALIZED_TIMESPEC_INLINE
|
|
|
|
SPL_AC_TIMESPEC_SUB
|
2008-08-11 22:13:47 +00:00
|
|
|
SPL_AC_INIT_UTSNAME
|
2008-08-11 17:56:40 +00:00
|
|
|
SPL_AC_FDTABLE_HEADER
|
2008-08-11 22:13:47 +00:00
|
|
|
SPL_AC_FILES_FDTABLE
|
2008-08-11 19:10:14 +00:00
|
|
|
SPL_AC_UACCESS_HEADER
|
2008-08-11 22:13:47 +00:00
|
|
|
SPL_AC_KMALLOC_NODE
|
|
|
|
SPL_AC_MONOTONIC_CLOCK
|
|
|
|
SPL_AC_INODE_I_MUTEX
|
2008-08-11 22:42:04 +00:00
|
|
|
SPL_AC_DIV64_64
|
2009-02-02 23:12:30 +00:00
|
|
|
SPL_AC_3ARGS_ON_EACH_CPU
|
2009-02-25 21:20:40 +00:00
|
|
|
SPL_AC_KALLSYMS_LOOKUP_NAME
|
|
|
|
SPL_AC_GET_VMALLOC_INFO
|
2009-02-04 23:15:41 +00:00
|
|
|
SPL_AC_FIRST_ONLINE_PGDAT
|
|
|
|
SPL_AC_NEXT_ONLINE_PGDAT
|
|
|
|
SPL_AC_NEXT_ZONE
|
2009-02-05 20:26:34 +00:00
|
|
|
SPL_AC_GET_ZONE_COUNTS
|
2009-03-17 19:16:31 +00:00
|
|
|
SPL_AC_ZONE_STAT_ITEM_FIA
|
2008-02-26 20:36:04 +00:00
|
|
|
|
2009-02-12 22:45:22 +00:00
|
|
|
AC_CONFIG_FILES([
|
|
|
|
Makefile
|
|
|
|
lib/Makefile
|
|
|
|
cmd/Makefile
|
|
|
|
module/Makefile
|
|
|
|
module/spl/Makefile
|
|
|
|
module/splat/Makefile
|
|
|
|
include/Makefile
|
|
|
|
scripts/Makefile
|
2009-03-05 17:08:07 +00:00
|
|
|
spl.spec
|
2009-02-12 22:45:22 +00:00
|
|
|
])
|
2008-02-26 20:36:04 +00:00
|
|
|
|
|
|
|
AC_OUTPUT
|