forked from lustre/lustre-release
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfigure.ac
More file actions
36 lines (27 loc) · 703 Bytes
/
configure.ac
File metadata and controls
36 lines (27 loc) · 703 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# SPDX-License-Identifier: GPL-2.0
#
# This file is part of Lustre, http://www.lustre.org/
#
# configure.ac
#
# Used by autoconf to create the configure script
#
AC_PREREQ([2.57])
AC_INIT([Lustre], m4_esyscmd_s([./LUSTRE-VERSION-GEN]),
[https://jira.whamcloud.com/], [lustre])
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_MACRO_DIR([config])
LC_CONFIG_SRCDIR
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE([1.10 tar-pax -Wno-portability subdir-objects])
AM_MAINTAINER_MODE([enable])
LTC_TOOLCHAIN_CONFIGURE
LT_INIT
AC_PROG_MKDIR_P
AC_PATH_PROG(FLEX, flex)
AC_PATH_PROG(BISON, bison)
AC_PATH_PROG(RPMBUILD, rpmbuild)
AC_PATH_PROG(PKGCONF, pkg-config)
LUSTRE_VERSION_CPP_MACROS
LB_CONFIGURE
LTC_TOOLCHAIN_STATUS