X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=configure.ac;h=16e9ee8e3841c787a2db200f3558c6b76cd160c7;hb=HEAD;hp=0295c7cec34a0eadbba4fbe9be73d2430040f8bf;hpb=ee813dbaa2a2b86f4873c4c289f62a0243aa9809;p=fs%2Flustre-release.git diff --git a/configure.ac b/configure.ac index 0295c7c..4000a38 100644 --- a/configure.ac +++ b/configure.ac @@ -1,24 +1,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([sh -c "./LUSTRE-VERSION-GEN | tr -d '\n'"]), - [https://jira.hpdd.intel.com/], [lustre]) +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-ustar -Wno-portability]) +AM_INIT_AUTOMAKE([1.10 tar-pax -Wno-portability subdir-objects]) AM_MAINTAINER_MODE([enable]) -AC_PROG_CC -AC_PROG_LIBTOOL +LTC_TOOLCHAIN_CONFIGURE +LT_INIT AC_PROG_MKDIR_P -AM_PROG_AS +AC_PATH_PROG(FLEX, flex) +AC_PATH_PROG(BISON, bison) AC_PATH_PROG(RPMBUILD, rpmbuild) -AC_CHECK_TOOLS(AR, ar) +AC_PATH_PROG(PKGCONF, pkg-config) -LUSTRE_VERSION_VARIABLES +LUSTRE_VERSION_CPP_MACROS LB_CONFIGURE +LTC_TOOLCHAIN_STATUS