X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=configure.ac;h=4000a38aa8c4ef9bc267dbf03cd04786a0747075;hb=refs%2Fchanges%2F72%2F51572%2F9;hp=889fe34acc9df99ca96225bf7c8981a769d9820a;hpb=ee5527465bad6ed3aacb812c2a7466d623d4f49b;p=fs%2Flustre-release.git diff --git a/configure.ac b/configure.ac index 889fe34..4000a38 100644 --- a/configure.ac +++ b/configure.ac @@ -1,16 +1,36 @@ +# SPDX-License-Identifier: GPL-2.0 -AC_INIT([Lustre], [LUSTRE_VERSION], [https://bugzilla.lustre.org/], [lustre]) -sinclude(lustre/autoconf/lustre-version.ac) +# +# This file is part of Lustre, http://www.lustre.org/ +# +# configure.ac +# +# Used by autoconf to create the configure script +# -LB_CHECK_VERSION +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_SYSTEM +AC_CANONICAL_TARGET + +AM_INIT_AUTOMAKE([1.10 tar-pax -Wno-portability subdir-objects]) +AM_MAINTAINER_MODE([enable]) -AM_INIT_AUTOMAKE -# AM_MAINTAINER_MODE +LTC_TOOLCHAIN_CONFIGURE +LT_INIT +AC_PROG_MKDIR_P -AC_PROG_CC +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